File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -400,11 +400,11 @@ An _integer literal_ has one of four forms:
400
400
* A _ decimal literal_ starts with a * decimal digit* and continues with any
401
401
mixture of * decimal digits* and _ underscores_ .
402
402
* A _ hex literal_ starts with the character sequence ` U+0030 ` ` U+0078 `
403
- (` 0x ` ) and continues as any mixture hex digits and underscores.
403
+ (` 0x ` ) and continues as any mixture of hex digits and underscores.
404
404
* An _ octal literal_ starts with the character sequence ` U+0030 ` ` U+006F `
405
- (` 0o ` ) and continues as any mixture octal digits and underscores.
405
+ (` 0o ` ) and continues as any mixture of octal digits and underscores.
406
406
* A _ binary literal_ starts with the character sequence ` U+0030 ` ` U+0062 `
407
- (` 0b ` ) and continues as any mixture binary digits and underscores.
407
+ (` 0b ` ) and continues as any mixture of binary digits and underscores.
408
408
409
409
An integer literal may be followed (immediately, without any spaces) by an
410
410
_ integer suffix_ , which changes the type of the literal. There are two kinds of
You can’t perform that action at this time.
0 commit comments