Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybosamiya-ms committed Jul 8, 2024
1 parent c6459df commit 740645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verus.pest
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WHITESPACE = _{
/// Multiple-newlines that can be collapsed into a single double-newline
///
/// Only supported on a subset of syntactic locations; anywhere else,
/// double-newlines are collapsed as it they were just normal whitespace.
/// double-newlines are collapsed as if they were just normal whitespace.
MULTI_NEWLINE = @{
(" " | "\t")* ~ NEWLINE ~ ((" " | "\t")* ~ NEWLINE)+ ~ (" " | "\t")*
}
Expand Down

0 comments on commit 740645a

Please sign in to comment.