Skip to content

Commit 99df9b5

Browse files
committed
Fix typo
1 parent f0840c1 commit 99df9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19625,7 +19625,7 @@ impl<'a> Parser<'a> {
1962519625
| Expr::Cast { .. }
1962619626
| Expr::Convert { .. }
1962719627
| Expr::Subquery(_) => Ok(expr),
19628-
// todo: how to retstrict to variables?
19628+
// todo: how to restrict to variables?
1962919629
Expr::Identifier(id) if id.value.starts_with('@') => Ok(expr),
1963019630
_ => parser_err!(
1963119631
"Non-returnable expression found following RETURN",

0 commit comments

Comments
 (0)