Skip to content

Commit 8afb541

Browse files
committed
cpp/swift: fix qldoc
1 parent a74062c commit 8afb541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private module Impl implements InlineExpectationsTestSig {
1010
private newtype TExpectationComment = MkExpectationComment(C::CppStyleComment c)
1111

1212
/**
13-
* Represents a line comment in the CPP style.
13+
* A class representing a line comment in the CPP style.
1414
* Unlike the `CppStyleComment` class, however, the string returned by `getContents` does _not_
1515
* include the preceding comment marker (`//`).
1616
*/

swift/ql/test/TestUtilities/InlineExpectationsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private module Impl implements InlineExpectationsTestSig {
1010
private newtype TExpectationComment = MkExpectationComment(S::SingleLineComment c)
1111

1212
/**
13-
* Represents a line comment.
13+
* A clas representing a line comment.
1414
* Unlike the `SingleLineComment` class, however, the string returned by `getContents` does _not_
1515
* include the preceding comment marker (`//`).
1616
*/

0 commit comments

Comments
 (0)