Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
raskad committed May 13, 2023
1 parent 06bd977 commit e2e9b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ impl Context<'_> {
std::mem::swap(&mut self.realm, realm);
}

/// Get and increment the parser identifier.
/// Increment and get the parser identifier.
pub(crate) fn next_parser_identifier(&mut self) -> u32 {
self.parser_identifier += 1;
self.parser_identifier
Expand Down

0 comments on commit e2e9b87

Please sign in to comment.