Skip to content

Commit 4dbac89

Browse files
committed
Fix typo in docs
1 parent 66c6c21 commit 4dbac89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/construct/raw_flow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! raw_flow ::= fence_open *( eol *byte ) [ eol fence_close ]
1111
//!
1212
//! ; Restriction: math (flow) does not support the `info` part.
13-
//! fence_open ::= sequence [1*space_or_tab info [1*space_or_tab meta]] *space_or_tab
13+
//! fence_open ::= sequence [*space_or_tab info [1*space_or_tab meta]] *space_or_tab
1414
//! ; Restriction: the number of markers in the closing fence sequence must be
1515
//! ; equal to or greater than the number of markers in the opening fence
1616
//! ; sequence.

0 commit comments

Comments
 (0)