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 86c5b5d commit 48077a5Copy full SHA for 48077a5
docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
@@ -74,7 +74,7 @@ Abstract syntax
74
---------------
75
76
The abstract syntax tree (AST) represents the elements of the source code organised into a tree. The AST viewer
77
-feature of Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
+in Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
78
79
All CodeQL AST classes inherit from the `AstNode` class, which provides the following member predicates
80
to all AST classes:
0 commit comments