Skip to content

Commit aa6b295

Browse files
authored
say/docs: fix typo in u64 max value (#1621)
1 parent a3d5356 commit aa6b295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/say/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Adding 'and' into number text has not been implemented in test cases.
1414

1515
### Extension
1616

17-
Add capability of converting up to the max value for u64: 9,223,372,036,854,775,807.
17+
Add capability of converting up to the max value for u64: 18,446,744,073,709,551,615.
1818

1919
For hints at the output this should have, look at the last test case.

0 commit comments

Comments
 (0)