Skip to content

Commit 511ad7d

Browse files
committed
Add DocC comment
1 parent b1a679f commit 511ad7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Testing/Expectations/ExpectationChecking+Macro.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ extension __ExpectationContext {
230230
/// A class that manages the lifetimes of any temporary C strings created in
231231
/// the context of an expectation.
232232
private final class _TransformedCStrings {
233+
/// The set of temporary C strings managed by this instance.
233234
var values = [UnsafeMutablePointer<CChar>]()
234235

235236
deinit {

0 commit comments

Comments
 (0)