We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9243042 commit 5510d4bCopy full SHA for 5510d4b
lib/AST/ASTWalker.cpp
@@ -21,8 +21,8 @@
21
// a node:
22
//
23
// - 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.
+// semantic components, you should make sure you visit every node
+// in both.
26
27
// - Nodes should only be walked once. So if a node has both
28
// syntactic and semantic components, but the type-checker builds
0 commit comments