Skip to content

Commit

Permalink
Update pest/src/parser_state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
tomtau and coderabbitai[bot] committed Apr 30, 2024
1 parent 4b2534d commit 23f6082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest/src/parser_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ static ERROR_DETAIL: AtomicBool = AtomicBool::new(false);

/// Sets whether information for more error details
/// should be collected. This is useful for debugging
/// parser errors (as it leads to more comphrensive
/// parser errors (as it leads to more comprehensive
/// error messages), but it has a higher performance cost.
/// (hence, it's off by default)
///
Expand Down

0 comments on commit 23f6082

Please sign in to comment.