Skip to content

Commit fad038e

Browse files
wugeeriffyio
andcommitted
Update src/parser/mod.rs
more insightful suggestions. Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 16cc753 commit fad038e

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
@@ -12218,7 +12218,7 @@ impl<'a> Parser<'a> {
1221812218
})
1221912219
} else {
1222012220
self.expected(
12221-
"dialect supports `LOAD DATA` or `LOAD extension` to parse `LOAD` statements",
12221+
" DATA` or an extension name after `LOAD`",
1222212222
self.peek_token(),
1222312223
)
1222412224
}

0 commit comments

Comments
 (0)