Skip to content

Commit

Permalink
Merge pull request #25 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in error_logger.rs
  • Loading branch information
jaytaph authored Sep 24, 2023
2 parents 084120c + 519d4d6 commit 7edc679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html5_parser/error_logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub struct ParseError {

#[derive(Clone)]
pub struct ErrorLogger {
errors: Vec<ParseError>, // List of errors that occured during parsing
errors: Vec<ParseError>, // List of errors that occurred during parsing
}

impl ErrorLogger {
Expand Down

0 comments on commit 7edc679

Please sign in to comment.