From 4dbac89b1d9392e96109704c2d21c68e40938317 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 22 Apr 2023 10:04:20 +0200 Subject: Fix typo in docs --- src/construct/raw_flow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/construct/raw_flow.rs b/src/construct/raw_flow.rs index 105a031..549c40d 100644 --- a/src/construct/raw_flow.rs +++ b/src/construct/raw_flow.rs @@ -10,7 +10,7 @@ //! raw_flow ::= fence_open *( eol *byte ) [ eol fence_close ] //! //! ; Restriction: math (flow) does not support the `info` part. -//! fence_open ::= sequence [1*space_or_tab info [1*space_or_tab meta]] *space_or_tab +//! fence_open ::= sequence [*space_or_tab info [1*space_or_tab meta]] *space_or_tab //! ; Restriction: the number of markers in the closing fence sequence must be //! ; equal to or greater than the number of markers in the opening fence //! ; sequence. -- cgit