From 8eadd11d28e334761171500cf3ef3e2d06eb3173 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Tue, 11 Feb 2025 10:42:36 +0100 Subject: [PATCH] C#/Swift/Ruby: Fix grammar in change note Co-authored-by: Tom Hvitved --- csharp/ql/lib/change-notes/2025-02-11-basic-block-rename.md | 2 +- ruby/ql/lib/change-notes/2025-02-11-basic-block-rename.md | 2 +- swift/ql/lib/change-notes/2025-02-11-basic-block-rename.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.