Skip to content

Commit a3e774e

Browse files
committed
lint
1 parent eb362be commit a3e774e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ The `Decimal.Amount` class will not support arithmetic or comparisons. Such oper
252252
- Arithmetic
253253
- Unary operations
254254
- Absolute value
255-
- Negation
255+
- Negation
256256
- Binary operations
257257
- Addition
258-
- Multiplication
259-
- Subtraction
260-
- Division
261-
- Remainder
258+
- Multiplication
259+
- Subtraction
260+
- Division
261+
- Remainder
262262
- Rounding: All five rounding modes of IEEE 754—floor, ceiling, truncate, round-ties-to-even, and round-ties-away-from-zero—will be supported.
263263
- (This implies that a couple of the rounding modes in `Intl.NumberFormat` and `Temporal` won't be supported.)
264264
- Comparisons

0 commit comments

Comments
 (0)