Skip to content

Commit

Permalink
Fixes the documentation for HexDigitsUS
Browse files Browse the repository at this point in the history
HexDigitsUS referred to HexDigitUS, which was not specified.
The undescore was moved to HexDigitUS from HexLetter to bring
it in line with how other integers are specified.
  • Loading branch information
andre-artus committed Aug 16, 2013
1 parent e307219 commit 291c274
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lex.dd
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,10 @@ $(GNAME HexDigitsNoSingleUS):
$(GLINK HexDigit) $(GLINK HexDigitsUS)
$(GLINK HexDigitsUS) $(GLINK HexDigit)

$(GNAME HexDigitUS):
$(GLINK HexDigit)
$(D _)

$(GNAME HexDigit):
$(GLINK DecimalDigit)
$(GLINK HexLetter)
Expand All @@ -702,7 +706,6 @@ $(GNAME HexLetter):
$(B D)
$(B E)
$(B F)
$(D _)
)

$(P Integers can be specified in decimal, binary, octal, or hexadecimal.)
Expand Down

0 comments on commit 291c274

Please sign in to comment.