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 5265ed6 commit 87adcc2Copy full SHA for 87adcc2
docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
@@ -73,7 +73,7 @@ The CodeQL examples in this article are only excerpts and are not meant to repre
73
Abstract syntax
74
---------------
75
76
-The abstract syntax tree (AST) represents the elements of the source code organised into a tree. The AST viewer
+The abstract syntax tree (AST) represents the elements of the source code organized into a tree. The AST viewer
77
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
0 commit comments