Skip to content

Commit

Permalink
Fix typo in node_pattern_compiler.adoc (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvandersluis authored Nov 13, 2024
1 parent fcbbab0 commit fcb7a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/node_pattern_compiler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The bulk of the processing is in the inherited class `parser.racc.rb` that is ge
The `Parser` emits `NodePattern::Node` which are similar to RuboCop's node.
They both inherit from ``parser``'s `Parser::AST::Source::Node`, and share additional methods too.

Like for RuboCop's nodes, some nodes have specicialized classes (e.g.
Like for RuboCop's nodes, some nodes have specialized classes (e.g.
`Sequence`) while other nodes use the base class directly (e.g.
`s(:number, 42)`)

Expand Down

0 comments on commit fcb7a29

Please sign in to comment.