Skip to content

Commit 8f826ef

Browse files
committed
Touch up spacing in example for parse_multi_with_leading_vert
1 parent fc58fcf commit 8f826ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pat.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ pub(crate) mod parsing {
320320
/// ```
321321
/// # let wat = None;
322322
/// match wat {
323-
/// |None |Some(false) => {}
324-
/// |Some(true) => {}
323+
/// | None | Some(false) => {}
324+
/// | Some(true) => {}
325325
/// }
326326
/// ```
327327
///

0 commit comments

Comments
 (0)