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 {
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 * ```
You can’t perform that action at this time.
0 commit comments