mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Address review comment
This commit is contained in:
@@ -30,7 +30,7 @@ The control flow graph (CFG) is imported using
|
||||
|
||||
import codeql.ruby.CFG
|
||||
|
||||
The CFG reasons about the control flow between statements and expressions, for example whether one expression can
|
||||
The CFG models the control flow between statements and expressions, for example whether one expression can
|
||||
flow to another expression, or whether an expression "dominates" another one, meaning that all paths to an
|
||||
expression must flow through another expression first.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user