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 393cd88 commit f4b890eCopy full SHA for f4b890e
packages/std/src/math/decimal.rs
@@ -457,7 +457,7 @@ impl Decimal {
457
self.0 / Self::DECIMAL_FRACTIONAL
458
}
459
460
- /// Converts this decimal to an unsigned integer by rounting up
+ /// Converts this decimal to an unsigned integer by rounding up
461
/// to the next integer, e.g. 22.3 becomes 23.
462
///
463
/// ## Examples
packages/std/src/math/decimal256.rs
@@ -472,7 +472,7 @@ impl Decimal256 {
472
473
474
475
476
477
478
0 commit comments