Skip to content

Commit 7c577ae

Browse files
committed
Address review feedback
1 parent ab963fe commit 7c577ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/using-api-graphs-in-ruby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ following snippet demonstrates.
2727
2828
select API::getTopLevelMember("Regexp")
2929
30-
This query selects the API graph nodes corresponding to references to the ``Regexp`` class. For nested
30+
The example above finds references to a top-level class. For nested
3131
modules and classes, you can use the ``getMember`` method. For example the following query selects
3232
references to the ``Net::HTTP`` class.
3333

0 commit comments

Comments
 (0)