Skip to content

Commit 0805daa

Browse files
authored
Update ruby/ql/lib/codeql/ruby/ast/Pattern.qll
Add missing backticks
1 parent 5199829 commit 0805daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ class AsPattern extends CasePattern, TAsPattern {
394394
* ```rb
395395
* in (1 ..)
396396
* in (0 | "" | [] | {})
397+
* ```
397398
*/
398399
class ParenthesizedPattern extends CasePattern, TParenthesizedPattern {
399400
private Ruby::ParenthesizedPattern g;

0 commit comments

Comments
 (0)