Skip to content

Commit a380044

Browse files
authored
Update error.rs
1 parent b7d5582 commit a380044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expression/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ impl fmt::Display for ParseTreeError {
159159
ParseTreeError::MultipleSeparators { separator, pos } => {
160160
write!(
161161
f,
162-
"separator '{}' occured multiple times (second time at position {})",
162+
"separator '{}' occurred multiple times (second time at position {})",
163163
separator, pos
164164
)
165165
}

0 commit comments

Comments
 (0)