diff --git a/src/parsing/token/mod.rs b/src/parsing/token/mod.rs index e480f9aa..5cdf87a1 100644 --- a/src/parsing/token/mod.rs +++ b/src/parsing/token/mod.rs @@ -171,7 +171,7 @@ impl Token { /// Extracts all tokens from the given text. /// # Errors /// Returns an error if something goes wrong with the parsing process. This will result in the - /// only Token being a raw text containing all of the input. + /// only [`Token`] being a raw text containing all of the input. pub(crate) fn extract_all(text: &str) -> Vec { info!("Running lexer on input");