Skip to content

Commit

Permalink
Update src/parsing/token/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: emmiegit <[email protected]>
  • Loading branch information
MrShwhale and emmiegit authored Apr 5, 2024
1 parent b863dbc commit 4a9f2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsing/token/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ExtractedToken> {
info!("Running lexer on input");

Expand Down

0 comments on commit 4a9f2ea

Please sign in to comment.