Skip to content

Commit 6f59959

Browse files
authored
docs: typo '9421' -> '9241' (#947)
1 parent deece71 commit 6f59959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/freelancer-rates/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A literal is a hard-coded number like `9241`.
1919
There are different integer literals for several bases of the representation.
2020
Decimal integer literals are the most common and use the digits `0` to `9`.
2121
By adding a special prefix, like `0x`, it is possible to use other bases.
22-
The example above shows the number `9421` in its four representations and prefixes.
22+
The example above shows the number `9241` in its four representations and prefixes.
2323
All variables are initialized to the same value.
2424
2525
For more details on the different representation systems, take a look at [a small tutorial][cpp_numerical_bases].

0 commit comments

Comments
 (0)