Skip to content

Commit

Permalink
doc: fix typo in writingchecks.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjoshuak authored and romani committed May 17, 2021
1 parent 826b49c commit df5cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdocs/writingchecks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ CLASS_DEF -> CLASS_DEF [5:0]

<p>
It is important to understand that the individual
Checks do no drive the AST traversal (it possible to traverse itself, but not recommended).
Checks do not drive the AST traversal (it possible to traverse itself, but not recommended).
Instead, the TreeWalker initiates
a recursive descend from the root of the AST to the leaf nodes and calls
the Check methods. The traversal is done using a
Expand Down

0 comments on commit df5cda9

Please sign in to comment.