Skip to content

Commit ee3de44

Browse files
author
p512
committedOct 10, 2016
Changed 0 into '0'
0 is not a production rule but a literal
1 parent 6d62084 commit ee3de44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/libcollections/fmt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
//! format := '{' [ argument ] [ ':' format_spec ] '}'
328328
//! argument := integer | identifier
329329
//!
330-
//! format_spec := [[fill]align][sign]['#'][0][width]['.' precision][type]
330+
//! format_spec := [[fill]align][sign]['#']['0'][width]['.' precision][type]
331331
//! fill := character
332332
//! align := '<' | '^' | '>'
333333
//! sign := '+' | '-'

0 commit comments

Comments
 (0)