mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
doc(api) Fix intern_token
example (#468)
A very small fix. Thanks for the documentation!
This commit is contained in:
parent
a879a3bd73
commit
57f72944e3
@ -28,7 +28,7 @@
|
||||
//! consumed: usize,
|
||||
//! regex_set: &'builder regex::RegexSet,
|
||||
//! regex_vec: &'builder Vec<regex::Regex>,
|
||||
//! }
|
||||
//! }
|
||||
//!
|
||||
//! impl Matcher<'input> {
|
||||
//! fn tokenize(&self, text: &str) -> Option<(usize, usize)> { ... }
|
||||
|
Loading…
x
Reference in New Issue
Block a user