Skip to content

Commit eb052b2

Browse files
committed
docs(number): fix typo in doc comment
1 parent 1f80d20 commit eb052b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/number.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub enum Number {
4242
}
4343

4444
impl Number {
45-
/// Convines the origin spans of 2 numbers, assuming either one or both of them are floats
45+
/// Combines the origin spans of 2 numbers, assuming either one or both of them are floats
4646
///
4747
/// # Panics
4848
///

0 commit comments

Comments
 (0)