doc(api) Fix intern_token example (#468)

A very small fix. Thanks for the documentation!
This commit is contained in:
Ivan Enderlin 2019-06-18 18:17:17 +02:00 committed by Markus Westerlind
parent a879a3bd73
commit 57f72944e3

View File

@ -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)> { ... }