Skip to content

Commit 25ec361

Browse files
Nigel-Ecmajskeet
andcommitted
Update standard/lexical-structure.md
Committing in case it gets missed Co-authored-by: Jon Skeet <[email protected]>
1 parent ec58da4 commit 25ec361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/lexical-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ The type of a *boolean_literal* is `bool`.
616616

617617
#### 6.4.5.3 Integer literals
618618

619-
Integer literals are used to write values of types `int`, `uint`, `long`, and `ulong`. Integer literals have three possible forms: decimal and, hexadecimal, and binary.
619+
Integer literals are used to write values of types `int`, `uint`, `long`, and `ulong`. Integer literals have three possible forms: decimal, hexadecimal, and binary.
620620

621621
```ANTLR
622622
Integer_Literal

0 commit comments

Comments
 (0)