Skip to content

Commit 48077a5

Browse files
Update docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
Co-authored-by: hubwriter <[email protected]>
1 parent 86c5b5d commit 48077a5

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
@@ -74,7 +74,7 @@ Abstract syntax
7474
---------------
7575

7676
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.
77+
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
8080
to all AST classes:

0 commit comments

Comments
 (0)