Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerPodacter committed Oct 17, 2023
1 parent cfcb487 commit d93c55d
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 d93c55d

Please sign in to comment.