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 be41351 commit b1b9fb3Copy full SHA for b1b9fb3
API.md
@@ -445,11 +445,11 @@ methods are:
445
* `container.walkColons`
446
* `container.walkCommas`
447
* `container.walkComments`
448
-* `container.walkFunctions`
449
-* `container.walkNumbers`
+* `container.walkFunctionNodes`
+* `container.walkNumberNodes`
450
* `container.walkOperators`
451
* `container.walkParenthesis`
452
-* `container.walkStrings`
+* `container.walkStringNodes`
453
* `container.walkWords`
454
455
0 commit comments