Skip to content

Commit

Permalink
fixup! seq: use BigDecimal to represent floats
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Oct 2, 2021
1 parent 4ff3695 commit 54bca04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/uu/seq/src/extendedbigdecimal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// spell-checker:ignore bigdecimal extendedbigint
// spell-checker:ignore bigdecimal extendedbigdecimal extendedbigint
//! An arbitrary precision float that can also represent infinity, NaN, etc.
//!
//! The finite values are stored as [`BigDecimal`] instances. Because
Expand Down
2 changes: 1 addition & 1 deletion src/uu/seq/src/extendedbigint.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// spell-checker:ignore bigint extendedbigdecimal
// spell-checker:ignore bigint extendedbigint extendedbigdecimal
//! An arbitrary precision integer that can also represent infinity, NaN, etc.
//!
//! Usually infinity, NaN, and negative zero are only represented for
Expand Down

0 comments on commit 54bca04

Please sign in to comment.