diff --git a/csharp/ql/lib/change-notes/2025-02-11-basic-block-rename.md b/csharp/ql/lib/change-notes/2025-02-11-basic-block-rename.md index 79925ed677e1..9000dc09a24a 100644 --- a/csharp/ql/lib/change-notes/2025-02-11-basic-block-rename.md +++ b/csharp/ql/lib/change-notes/2025-02-11-basic-block-rename.md @@ -2,5 +2,5 @@ category: deprecated --- * The predicates `immediatelyControls` and `controls` on the `ConditionBlock` - class has been deprecated in favor of the newly added `dominatingEdge` + class have been deprecated in favor of the newly added `dominatingEdge` predicate. diff --git a/ruby/ql/lib/change-notes/2025-02-11-basic-block-rename.md b/ruby/ql/lib/change-notes/2025-02-11-basic-block-rename.md index 79925ed677e1..9000dc09a24a 100644 --- a/ruby/ql/lib/change-notes/2025-02-11-basic-block-rename.md +++ b/ruby/ql/lib/change-notes/2025-02-11-basic-block-rename.md @@ -2,5 +2,5 @@ category: deprecated --- * The predicates `immediatelyControls` and `controls` on the `ConditionBlock` - class has been deprecated in favor of the newly added `dominatingEdge` + class have been deprecated in favor of the newly added `dominatingEdge` predicate. diff --git a/swift/ql/lib/change-notes/2025-02-11-basic-block-rename.md b/swift/ql/lib/change-notes/2025-02-11-basic-block-rename.md index 79925ed677e1..9000dc09a24a 100644 --- a/swift/ql/lib/change-notes/2025-02-11-basic-block-rename.md +++ b/swift/ql/lib/change-notes/2025-02-11-basic-block-rename.md @@ -2,5 +2,5 @@ category: deprecated --- * The predicates `immediatelyControls` and `controls` on the `ConditionBlock` - class has been deprecated in favor of the newly added `dominatingEdge` + class have been deprecated in favor of the newly added `dominatingEdge` predicate.