Skip to content

Commit ecc7448

Browse files
committed
Merge pull request #62 from deafgoat/master
fix typo in ASTWalker
2 parents 9243042 + 5510d4b commit ecc7448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/AST/ASTWalker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
// a node:
2222
//
2323
// - Every node should be walked. If a node has both syntactic and
24-
// semantic components, you should make you visit every node in
25-
// both.
24+
// semantic components, you should make sure you visit every node
25+
// in both.
2626
//
2727
// - Nodes should only be walked once. So if a node has both
2828
// syntactic and semantic components, but the type-checker builds

0 commit comments

Comments
 (0)