We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deece71 commit 6f59959Copy full SHA for 6f59959
exercises/concept/freelancer-rates/.docs/introduction.md
@@ -19,7 +19,7 @@ A literal is a hard-coded number like `9241`.
19
There are different integer literals for several bases of the representation.
20
Decimal integer literals are the most common and use the digits `0` to `9`.
21
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.
+The example above shows the number `9241` in its four representations and prefixes.
23
All variables are initialized to the same value.
24
25
For more details on the different representation systems, take a look at [a small tutorial][cpp_numerical_bases].
0 commit comments