Skip to content

Commit 8483c79

Browse files
committed
spelling: continuing
Signed-off-by: Josh Soref <[email protected]>
1 parent b986c30 commit 8483c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/filters/GeneratedCode.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private import codeql.ruby.ast.internal.TreeSitter
66
/** A source file that contains generated code. */
77
abstract class GeneratedCodeFile extends RubyFile { }
88

9-
/** A file contining comments suggesting it contains generated code. */
9+
/** A file continuing comments suggesting it contains generated code. */
1010
class GeneratedCommentFile extends GeneratedCodeFile {
1111
GeneratedCommentFile() { this = any(GeneratedCodeComment c).getLocation().getFile() }
1212
}

0 commit comments

Comments
 (0)