@@ -43,9 +43,9 @@ extension ExitTest {
43
43
///
44
44
/// When checking the value of this property, keep in mind that the standard
45
45
/// output stream is globally accessible, and any code running in an exit
46
- /// test may write to it including including the operating system and any
47
- /// third-party dependencies you have declared in your package. Rather than
48
- /// comparing the value of this property with [`==`](https://developer.apple.com/documentation/swift/array/==(_:_:)),
46
+ /// test may write to it including the operating system and any third-party
47
+ /// dependencies you have declared in your package. Rather than comparing
48
+ /// the value of this property with [`==`](https://developer.apple.com/documentation/swift/array/==(_:_:)),
49
49
/// use [`contains(_:)`](https://developer.apple.com/documentation/swift/collection/contains(_:))
50
50
/// to check if expected output is present.
51
51
///
@@ -73,10 +73,10 @@ extension ExitTest {
73
73
/// instead.
74
74
///
75
75
/// When checking the value of this property, keep in mind that the standard
76
- /// error stream is globally accessible, and any code running in an exit
77
- /// test may write to it including including the operating system and any
78
- /// third-party dependencies you have declared in your package. Rather than
79
- /// comparing the value of this property with [`==`](https://developer.apple.com/documentation/swift/array/==(_:_:)),
76
+ /// output stream is globally accessible, and any code running in an exit
77
+ /// test may write to it including the operating system and any third-party
78
+ /// dependencies you have declared in your package. Rather than comparing
79
+ /// the value of this property with [`==`](https://developer.apple.com/documentation/swift/array/==(_:_:)),
80
80
/// use [`contains(_:)`](https://developer.apple.com/documentation/swift/collection/contains(_:))
81
81
/// to check if expected output is present.
82
82
///
0 commit comments