Skip to content

Commit

Permalink
Docs: fix typo (#492)
Browse files Browse the repository at this point in the history
Caught this while quoting your docs in a blog post, which I'll share once published :)
  • Loading branch information
zhammer authored Jul 28, 2021
1 parent 19d9a07 commit c7f2f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/matchers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Matchers
========

Matchers are provided as a way of asking whether a particular LibCST node and its
children match the a particular shape. It is possible to write a visitor that
children match a particular shape. It is possible to write a visitor that
tracks attributes using ``visit_<Node>`` methods. It is also possible to implement
manual instance checking and traversal of a node's children. However, both are
cumbersome to write and hard to understand. Matchers offer a more concise way of
Expand Down

0 comments on commit c7f2f57

Please sign in to comment.