Skip to content

Commit 5861fcf

Browse files
committed
Address review comment
1 parent 42c5af3 commit 5861fcf

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
@@ -30,7 +30,7 @@ The control flow graph (CFG) is imported using
3030
3131
import codeql.ruby.CFG
3232
33-
The CFG reasons about the control flow between statements and expressions, for example whether one expression can
33+
The CFG models the control flow between statements and expressions, for example whether one expression can
3434
flow to another expression, or whether an expression "dominates" another one, meaning that all paths to an
3535
expression must flow through another expression first.
3636

0 commit comments

Comments
 (0)