We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722193b commit ec95269Copy full SHA for ec95269
src/parser/mod.rs
@@ -17439,7 +17439,7 @@ impl<'a> Parser<'a> {
17439
})
17440
}
17441
17442
- /// Parse a single range option for CREATE TYPE AS RANGE
+ /// Parse a single range option for a `CREATE TYPE AS RANGE` statement
17443
fn parse_range_option(&mut self) -> Result<UserDefinedTypeRangeOption, ParserError> {
17444
let keyword = self.parse_one_of_keywords(&[
17445
Keyword::SUBTYPE,
0 commit comments