Skip to content

Commit 711bc36

Browse files
committed
should -> must
1 parent 059452e commit 711bc36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ oct2 = 0o755 # useful for Unix file permissions
488488
bin1 = 0b11010110
489489
```
490490

491-
TOML implementations should be able to losslessly handle at least all integers
492-
in the 64 bit (signed long) range (−9,223,372,036,854,775,808 to
491+
TOML implementations must be able to losslessly handle at least all integers in
492+
the 64 bit (signed long) range (−9,223,372,036,854,775,808 to
493493
9,223,372,036,854,775,807).
494494

495495
Float

0 commit comments

Comments
 (0)