Skip to content

Commit 859ec15

Browse files
wugeeriffyio
andauthored
Update src/parser/mod.rs
more insightful suggestions. Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 9d14c05 commit 859ec15

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
@@ -12079,7 +12079,7 @@ impl<'a> Parser<'a> {
1207912079
})
1208012080
} else {
1208112081
self.expected(
12082-
"dialect supports `LOAD DATA` or `LOAD extension` to parse `LOAD` statements",
12082+
" DATA` or an extension name after `LOAD`",
1208312083
self.peek_token(),
1208412084
)
1208512085
}

0 commit comments

Comments
 (0)