@@ -482,9 +482,8 @@ public macro require<R>(
482
482
/// contain any arbitrary sequence of bytes, including sequences that are not
483
483
/// valid UTF-8 and cannot be decoded by [`String.init(cString:)`](https://developer.apple.com/documentation/swift/string/init(cstring:)-6kr8s).
484
484
/// These streams are globally accessible within the child process, and any
485
- /// code running in an exit test may write to it including including the
486
- /// operating system and any third-party dependencies you have declared in
487
- /// your package.
485
+ /// code running in an exit test may write to it including the operating
486
+ /// system and any third-party dependencies you have declared in your package.
488
487
///
489
488
/// The actual exit condition of the child process is always reported by the
490
489
/// testing library even if you do not specify it in `observedValues`.
@@ -596,9 +595,8 @@ public macro require<R>(
596
595
/// contain any arbitrary sequence of bytes, including sequences that are not
597
596
/// valid UTF-8 and cannot be decoded by [`String.init(cString:)`](https://developer.apple.com/documentation/swift/string/init(cstring:)-6kr8s).
598
597
/// These streams are globally accessible within the child process, and any
599
- /// code running in an exit test may write to it including including the
600
- /// operating system and any third-party dependencies you have declared in
601
- /// your package.
598
+ /// code running in an exit test may write to it including the operating
599
+ /// system and any third-party dependencies you have declared in your package.
602
600
///
603
601
/// The actual exit condition of the child process is always reported by the
604
602
/// testing library even if you do not specify it in `observedValues`.
0 commit comments