@@ -43,9 +43,9 @@ extension ExitTest {
4343 ///
4444 /// When checking the value of this property, keep in mind that the standard
4545 /// 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/==(_:_:)),
4949 /// use [`contains(_:)`](https://developer.apple.com/documentation/swift/collection/contains(_:))
5050 /// to check if expected output is present.
5151 ///
@@ -73,10 +73,10 @@ extension ExitTest {
7373 /// instead.
7474 ///
7575 /// 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/==(_:_:)),
8080 /// use [`contains(_:)`](https://developer.apple.com/documentation/swift/collection/contains(_:))
8181 /// to check if expected output is present.
8282 ///
0 commit comments