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 c3b3c05 commit a74062cCopy full SHA for a74062c
go/ql/test/TestUtilities/InlineExpectationsTest.qll
@@ -8,8 +8,8 @@ private import codeql.util.test.InlineExpectationsTest
8
9
private module Impl implements InlineExpectationsTestSig {
10
/**
11
- * Represents a line comment in the Go style.
12
- * include the preceding comment marker (`//`).
+ * A class representing line comments in the Go style, including the
+ * preceding comment marker (`//`).
13
*/
14
class ExpectationComment extends G::Comment {
15
/** Returns the contents of the given comment, _without_ the preceding comment marker (`//`). */
0 commit comments