Skip to content

Commit

Permalink
Merge pull request #1404 from RogerPodacter/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
mbj committed Oct 18, 2023
2 parents cfcb487 + d93c55d commit 1d3fda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ast-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The pattern langauge is structured around AST nodes of the
Syntax (currently) always begins with a valid node type and than
constraints on its children within `{ child_name = child_pattern }` groups.

Each node can have 2 kinds of children: Attributes and descedants.
Each node can have 2 kinds of children: Attributes and descendants.

Attributes are values, such as selectors for sends, constant and variable identifiers.

Expand Down

0 comments on commit 1d3fda7

Please sign in to comment.