Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jan 23, 2024
1 parent b0c7845 commit fb2e4b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "byte-unit"
version = "5.1.3"
version = "5.1.4"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.69"
Expand Down
2 changes: 1 addition & 1 deletion src/bit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl Bit {
}
}

/// Create a new `Bit` instance from a size im bits.
/// Create a new `Bit` instance from a size in bits.
///
/// # Examples
///
Expand Down
2 changes: 1 addition & 1 deletion src/byte/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
/// # Examples
///
Expand Down

0 comments on commit fb2e4b7

Please sign in to comment.