mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
refactor(parser): fix outdated comment (#2344)
Just fixes an outdated comment.
This commit is contained in:
parent
63b4741ff3
commit
185b3dbcc3
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ impl<'a> Lexer<'a> {
|
||||||
Self::new(allocator, source_text, source_type, unique)
|
Self::new(allocator, source_text, source_type, unique)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Remaining string from `Chars`
|
/// Remaining string from `Source`
|
||||||
pub fn remaining(&self) -> &'a str {
|
pub fn remaining(&self) -> &'a str {
|
||||||
self.source.remaining()
|
self.source.remaining()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue