Skip to content

Commit 0f04609

Browse files
committed
fix doctest
1 parent a88c9cf commit 0f04609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/formality-core/src/parse/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ where
299299
/// Cast variants interact differently with ambiguity detection.
300300
/// Consider this grammar:
301301
///
302-
/// ```
302+
/// ```text
303303
/// X = Y | Z // X has two variants
304304
/// Y = A // Y has 1 variant
305305
/// Z = A B // Z has 1 variant

0 commit comments

Comments
 (0)