We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d5582 commit a380044Copy full SHA for a380044
src/expression/error.rs
@@ -159,7 +159,7 @@ impl fmt::Display for ParseTreeError {
159
ParseTreeError::MultipleSeparators { separator, pos } => {
160
write!(
161
f,
162
- "separator '{}' occured multiple times (second time at position {})",
+ "separator '{}' occurred multiple times (second time at position {})",
163
separator, pos
164
)
165
}
0 commit comments