Skip to content

Commit fb2e4b7

Browse files
committed
fix typos
1 parent b0c7845 commit fb2e4b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "byte-unit"
3-
version = "5.1.3"
3+
version = "5.1.4"
44
authors = ["Magic Len <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.69"

src/bit/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl Bit {
218218
}
219219
}
220220

221-
/// Create a new `Bit` instance from a size im bits.
221+
/// Create a new `Bit` instance from a size in bits.
222222
///
223223
/// # Examples
224224
///

src/byte/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ impl Byte {
218218
}
219219
}
220220

221-
/// Create a new `Byte` instance from a size im bytes.
221+
/// Create a new `Byte` instance from a size in bytes.
222222
///
223223
/// # Examples
224224
///

0 commit comments

Comments
 (0)