Skip to content

Commit ec95269

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 722193b commit ec95269

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
@@ -17439,7 +17439,7 @@ impl<'a> Parser<'a> {
1743917439
})
1744017440
}
1744117441

17442-
/// Parse a single range option for CREATE TYPE AS RANGE
17442+
/// Parse a single range option for a `CREATE TYPE AS RANGE` statement
1744317443
fn parse_range_option(&mut self) -> Result<UserDefinedTypeRangeOption, ParserError> {
1744417444
let keyword = self.parse_one_of_keywords(&[
1744517445
Keyword::SUBTYPE,

0 commit comments

Comments
 (0)