refactor(parser): fix outdated comment (#2344)

Just fixes an outdated comment.
This commit is contained in:
overlookmotel 2024-02-08 11:47:33 +00:00 committed by GitHub
parent 63b4741ff3
commit 185b3dbcc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ impl<'a> Lexer<'a> {
Self::new(allocator, source_text, source_type, unique)
}
/// Remaining string from `Chars`
/// Remaining string from `Source`
pub fn remaining(&self) -> &'a str {
self.source.remaining()
}