Skip to content

Commit 87adcc2

Browse files
Update docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
Co-authored-by: hubwriter <[email protected]>
1 parent 5265ed6 commit 87adcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The CodeQL examples in this article are only excerpts and are not meant to repre
7373
Abstract syntax
7474
---------------
7575

76-
The abstract syntax tree (AST) represents the elements of the source code organised into a tree. The AST viewer
76+
The abstract syntax tree (AST) represents the elements of the source code organized into a tree. The AST viewer
7777
in Visual Studio Code shows the AST nodes, including the relevant CodeQL classes and predicates.
7878

7979
All CodeQL AST classes inherit from the `AstNode` class, which provides the following member predicates

0 commit comments

Comments
 (0)