We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b986c30 commit 8483c79Copy full SHA for 8483c79
ruby/ql/lib/codeql/ruby/filters/GeneratedCode.qll
@@ -6,7 +6,7 @@ private import codeql.ruby.ast.internal.TreeSitter
6
/** A source file that contains generated code. */
7
abstract class GeneratedCodeFile extends RubyFile { }
8
9
-/** A file contining comments suggesting it contains generated code. */
+/** A file continuing comments suggesting it contains generated code. */
10
class GeneratedCommentFile extends GeneratedCodeFile {
11
GeneratedCommentFile() { this = any(GeneratedCodeComment c).getLocation().getFile() }
12
}
0 commit comments