Skip to content

Commit a74062c

Browse files
yoffowen-mc
andauthored
Update go/ql/test/TestUtilities/InlineExpectationsTest.qll
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent c3b3c05 commit a74062c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ private import codeql.util.test.InlineExpectationsTest
88

99
private module Impl implements InlineExpectationsTestSig {
1010
/**
11-
* Represents a line comment in the Go style.
12-
* include the preceding comment marker (`//`).
11+
* A class representing line comments in the Go style, including the
12+
* preceding comment marker (`//`).
1313
*/
1414
class ExpectationComment extends G::Comment {
1515
/** Returns the contents of the given comment, _without_ the preceding comment marker (`//`). */

0 commit comments

Comments
 (0)