summaryrefslogtreecommitdiff
path: root/src/tokeniser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tokeniser.rs')
-rw-r--r--src/tokeniser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokeniser.rs b/src/tokeniser.rs
index 27f4855..2214f42 100644
--- a/src/tokeniser.rs
+++ b/src/tokeniser.rs
@@ -47,7 +47,7 @@ impl Tokeniser {
}
/// Create a tokeniser from child to end.
- pub fn subtokenise(&mut self) -> Self {
+ pub fn tokenise_child_span(&mut self) -> Self {
let mut start = self.child;
start.i = 0;
Self {