Skip to content

Commit 8736660

Browse files
committed
Fix comments
1 parent 1d977d1 commit 8736660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ pub fn parse_create_database(
834834
return parser.expected("TAG or CONTACT", next_token);
835835
}
836836
}
837-
_ => return parser.expected("end of statementrrr", next_token),
837+
_ => return parser.expected("end of statement", next_token),
838838
},
839839
Token::SemiColon | Token::EOF => break,
840840
_ => return parser.expected("end of statement", next_token),

0 commit comments

Comments
 (0)