Skip to content

Commit 292e946

Browse files
committed
auto merge of #5106 : pnkfelix/rust/fix-docs, r=graydon
...s. I freely admit I have not run a "make check" on this (trivial) change.
2 parents d0a1234 + b8dd2d8 commit 292e946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ the following forms:
297297
num_lit : nonzero_dec [ dec_digit | '_' ] * num_suffix ?
298298
| '0' [ [ dec_digit | '_' ] + num_suffix ?
299299
| 'b' [ '1' | '0' | '_' ] + int_suffix ?
300-
| 'x' [ hex_digit | '-' ] + int_suffix ? ] ;
300+
| 'x' [ hex_digit | '_' ] + int_suffix ? ] ;
301301
302302
num_suffix : int_suffix | float_suffix ;
303303

0 commit comments

Comments
 (0)