Skip to content

Commit 8d9e94a

Browse files
committed
swift: fix typo
1 parent 8afb541 commit 8d9e94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
* A clas representing a line comment.
13+
* A class 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)