We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c7845 commit fb2e4b7Copy full SHA for fb2e4b7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "byte-unit"
3
-version = "5.1.3"
+version = "5.1.4"
4
authors = ["Magic Len <[email protected]>"]
5
edition = "2021"
6
rust-version = "1.69"
src/bit/mod.rs
@@ -218,7 +218,7 @@ impl Bit {
218
}
219
220
221
- /// Create a new `Bit` instance from a size im bits.
+ /// Create a new `Bit` instance from a size in bits.
222
///
223
/// # Examples
224
src/byte/mod.rs
@@ -218,7 +218,7 @@ impl Byte {
- /// Create a new `Byte` instance from a size im bytes.
+ /// Create a new `Byte` instance from a size in bytes.
0 commit comments