Skip to content

Commit ce058db

Browse files
committed
fix: doc
1 parent 7db2077 commit ce058db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pglt_statement_splitter/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl Parser {
146146
}
147147
}
148148

149-
/// Look ahead to the next relevant token *after the next token*
149+
/// Look ahead to the next relevant token
150150
fn look_ahead(&self) -> Option<&Token> {
151151
// we need to look ahead to the next relevant token
152152
let mut look_ahead_pos = self.next_pos + 1;

0 commit comments

Comments
 (0)