Skip to content

Commit

Permalink
Merge pull request #147 from apopiak/fix/readme-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
iliekturtles authored Jun 13, 2019
2 parents c02d306 + db3f96d commit 1c7dc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ uom = {
features = [
"autoconvert", # automatic base unit conversion.
"usize", "u8", "u16", "u32", "u64", # Unsigned integer storage types.
"isize", "i8", "i16", "i32", "i64", # Signed interger storage types.
"isize", "i8", "i16", "i32", "i64", # Signed integer storage types.
"bigint", "biguint", # Arbitrary width integer storage types.
"rational", "rational32", "rational64", "bigrational", # Integer ratio storage types.
"f32", "f64", # Floating point storage types.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
//! features = [
//! "autoconvert", # automatic base unit conversion.
//! "usize", "u8", "u16", "u32", "u64", # Unsigned integer storage types.
//! "isize", "i8", "i16", "i32", "i64", # Signed interger storage types.
//! "isize", "i8", "i16", "i32", "i64", # Signed integer storage types.
//! "bigint", "biguint", # Arbitrary width integer storage types.
//! "rational", "rational32", "rational64", "bigrational", # Integer ratio storage types.
//! "f32", "f64", # Floating point storage types.
Expand Down

0 comments on commit 1c7dc72

Please sign in to comment.