mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
swift: fix typo
This commit is contained in:
@@ -10,7 +10,7 @@ private module Impl implements InlineExpectationsTestSig {
|
||||
private newtype TExpectationComment = MkExpectationComment(S::SingleLineComment c)
|
||||
|
||||
/**
|
||||
* A clas representing a line comment.
|
||||
* A class representing a line comment.
|
||||
* Unlike the `SingleLineComment` class, however, the string returned by `getContents` does _not_
|
||||
* include the preceding comment marker (`//`).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user