Skip to content

Commit

Permalink
Remove unintended diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 28, 2022
1 parent 4329e1b commit a3318a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokenizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub struct Word {
/// The value of the token, without the enclosing quotes, and with the
/// escape sequences (if any) processed (TODO: escapes are not handled)
pub value: String,
/// An oidentifier can be "quoted" (<delimited identifier> in ANSI parlance).
/// An identifier can be "quoted" (<delimited identifier> in ANSI parlance).
/// The standard and most implementations allow using double quotes for this,
/// but some implementations support other quoting styles as well (e.g. \[MS SQL])
pub quote_style: Option<char>,
Expand Down

0 comments on commit a3318a0

Please sign in to comment.