Skip to content

Commit f4b890e

Browse files
authored
Fix typos (#2558)
1 parent 393cd88 commit f4b890e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/std/src/math/decimal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ impl Decimal {
457457
self.0 / Self::DECIMAL_FRACTIONAL
458458
}
459459

460-
/// Converts this decimal to an unsigned integer by rounting up
460+
/// Converts this decimal to an unsigned integer by rounding up
461461
/// to the next integer, e.g. 22.3 becomes 23.
462462
///
463463
/// ## Examples

packages/std/src/math/decimal256.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ impl Decimal256 {
472472
self.0 / Self::DECIMAL_FRACTIONAL
473473
}
474474

475-
/// Converts this decimal to an unsigned integer by rounting up
475+
/// Converts this decimal to an unsigned integer by rounding up
476476
/// to the next integer, e.g. 22.3 becomes 23.
477477
///
478478
/// ## Examples

0 commit comments

Comments
 (0)