File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ruby/ql/lib/codeql/ruby/ast Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ class MatchPattern extends Expr, TMatchPattern {
555
555
final override string getAPrimaryQlClass ( ) { result = "MatchPattern" }
556
556
557
557
/**
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.
559
559
* ```rb
560
560
* foo => Point{ x:, y: }
561
561
* ```
@@ -596,7 +596,7 @@ class TestPattern extends Expr, TTestPattern {
596
596
final override string getAPrimaryQlClass ( ) { result = "TestPattern" }
597
597
598
598
/**
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.
600
600
* ```rb
601
601
* foo in Point{ x:, y: }
602
602
* ```
You can’t perform that action at this time.
0 commit comments