Skip to content

Commit

Permalink
fix type in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
apopiak authored Jun 13, 2019
1 parent 42aa44c commit db3f96d
Showing 1 changed file with 1 addition and 1 deletion.
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 db3f96d

Please sign in to comment.