swift: fix typo

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-01-06 11:22:49 +01:00
parent 8afb541718
commit 8d9e94a00f

View File

@@ -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 (`//`).
*/