Skip to content

Commit 50275f4

Browse files
authored
do you mean 'infinitely'?
1 parent fcb0e3d commit 50275f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With much help from:
1414
- ROBOKITTY @ Code Review (StackExchange)
1515
- Winston Ewert @ Code Review (StackExchange) - suggested many improvements
1616

17-
Although this class can theoretically hold an infinily large value,
17+
Although this class can theoretically hold an infinitely large value,
1818
the actual limit of how large the integers can be is
1919
`std::deque <Z>().max_size() * sizeof(Z) * 8 bits`, which
2020
should be more than enough for any purpose.
@@ -83,4 +83,4 @@ should be more than enough for any purpose.
8383
- Hexadecimal output strings use lowercase characters.
8484

8585
- Base256 strings are assumed to be positive when read into
86-
integer. Use operator-() to negate the value.
86+
integer. Use operator-() to negate the value.

0 commit comments

Comments
 (0)