Skip to content

Commit 6784051

Browse files
committed
rollup merge of rust-lang#18509 : cakebaker/missing_ofs
2 parents 048902d + 83225cc commit 6784051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/reference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,11 @@ An _integer literal_ has one of four forms:
400400
* A _decimal literal_ starts with a *decimal digit* and continues with any
401401
mixture of *decimal digits* and _underscores_.
402402
* 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.
404404
* 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.
406406
* 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.
408408

409409
An integer literal may be followed (immediately, without any spaces) by an
410410
_integer suffix_, which changes the type of the literal. There are two kinds of

0 commit comments

Comments
 (0)