Rust: "control-flow" -> "control flow"

This commit is contained in:
Tom Hvitved
2024-11-21 10:42:11 +01:00
parent be7aca9780
commit 86a7c486f9
8 changed files with 13 additions and 13 deletions

View File

@@ -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