Skip to content

Commit 679f02c

Browse files
committed
Address comments
1 parent 07947e6 commit 679f02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/lib/codeql/ruby/ast/Control.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class MatchPattern extends Expr, TMatchPattern {
555555
final override string getAPrimaryQlClass() { result = "MatchPattern" }
556556

557557
/**
558-
* Gets the expression being compared, if any. For example, `foo` in the following example.
558+
* Gets the expression being compared. For example, `foo` in the following example.
559559
* ```rb
560560
* foo => Point{ x:, y: }
561561
* ```
@@ -596,7 +596,7 @@ class TestPattern extends Expr, TTestPattern {
596596
final override string getAPrimaryQlClass() { result = "TestPattern" }
597597

598598
/**
599-
* Gets the expression being compared, if any. For example, `foo` in the following example.
599+
* Gets the expression being compared. For example, `foo` in the following example.
600600
* ```rb
601601
* foo in Point{ x:, y: }
602602
* ```

0 commit comments

Comments
 (0)