Skip to content

Commit

Permalink
fix: typo (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowDashy committed Aug 13, 2022
1 parent 7458882 commit 3c5aaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump-parser/src/mysql/mod.rs
Expand Up @@ -11,7 +11,7 @@ use crate::mysql::Keyword::{
pub enum Token {
/// An end-of-file marker, not a real token
EOF,
/// An signed numeric literal
/// A signed numeric literal
Number(String, bool),
/// TABLE instruction
Word(Word),
Expand Down

0 comments on commit 3c5aaf2

Please sign in to comment.