mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: "control-flow" -> "control flow"
This commit is contained in:
@@ -57,8 +57,8 @@ module MakeCfgNodes<LocationSig Loc, InputSig<Loc> Input> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if there is a control-flow path from `cfn` to `cfnChild`, where `cfn`
|
||||
* is a control-flow node for this AST node, and `cfnChild` is a control-flow
|
||||
* Holds if there is a control flow path from `cfn` to `cfnChild`, where `cfn`
|
||||
* is a control flow node for this AST node, and `cfnChild` is a control flow
|
||||
* node for `child`.
|
||||
*
|
||||
* This predicate should be implemented at the place where `MakeCfgNodes` is
|
||||
|
||||
Reference in New Issue
Block a user