cpp/swift: fix qldoc

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-01-05 14:30:13 +01:00
parent a74062cd51
commit 8afb541718
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ private module Impl implements InlineExpectationsTestSig {
private newtype TExpectationComment = MkExpectationComment(C::CppStyleComment c)
/**
* Represents a line comment in the CPP style.
* A class representing a line comment in the CPP style.
* Unlike the `CppStyleComment` class, however, the string returned by `getContents` does _not_
* include the preceding comment marker (`//`).
*/