File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/Testing/ExitTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extension ExitTest {
38
38
/// The value of this property may contain any arbitrary sequence of bytes,
39
39
/// including sequences that are not valid UTF-8 and cannot be decoded by
40
40
/// [`String.init(cString:)`](https://developer.apple.com/documentation/swift/string/init(cstring:)-6kr8s).
41
- /// Consider using [`String.init(validatingCString: )`](https://developer.apple.com/documentation/swift/string/init(validatingcstring:)-992vo )
41
+ /// Consider using [`String.init(validating:as: )`](https://developer.apple.com/documentation/swift/string/init(validating:as:)-84qr9 )
42
42
/// instead.
43
43
///
44
44
/// When checking the value of this property, keep in mind that the standard
@@ -69,7 +69,7 @@ extension ExitTest {
69
69
/// The value of this property may contain any arbitrary sequence of bytes,
70
70
/// including sequences that are not valid UTF-8 and cannot be decoded by
71
71
/// [`String.init(cString:)`](https://developer.apple.com/documentation/swift/string/init(cstring:)-6kr8s).
72
- /// Consider using [`String.init(validatingCString: )`](https://developer.apple.com/documentation/swift/string/init(validatingcstring:)-992vo )
72
+ /// Consider using [`String.init(validating:as: )`](https://developer.apple.com/documentation/swift/string/init(validating:as:)-84qr9 )
73
73
/// instead.
74
74
///
75
75
/// When checking the value of this property, keep in mind that the standard
You can’t perform that action at this time.
0 commit comments