Skip to content

Commit

Permalink
doc/ref/spec.md: add missing binary_digits
Browse files Browse the repository at this point in the history
Fixes #765

Change-Id: Id29149a7146d428766833beb6eca071770215d1d
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/8704
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
  • Loading branch information
mpvl committed Feb 13, 2021
1 parent b20ac5a commit 500e431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/ref/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ The underscore character _ (U+005F) is considered a letter.
```
letter = unicode_letter | "_" .
decimal_digit = "0" … "9" .
binary_digit = "0" … "1" .
octal_digit = "0" … "7" .
hex_digit = "0" … "9" | "A" … "F" | "a" … "f" .
```
Expand Down

0 comments on commit 500e431

Please sign in to comment.