Fix broken docs. (#2405)

The docs broke again.
This commit is contained in:
Cory Benfield 2023-04-13 10:49:05 +01:00 committed by GitHub
parent e0cc6dd6ff
commit 20cc037d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public struct NIOThrowingAsyncSequenceProducer<
Strategy: NIOAsyncSequenceProducerBackPressureStrategy, Strategy: NIOAsyncSequenceProducerBackPressureStrategy,
Delegate: NIOAsyncSequenceProducerDelegate Delegate: NIOAsyncSequenceProducerDelegate
>: Sendable { >: Sendable {
/// Simple struct for the return type of ``NIOThrowingAsyncSequenceProducer/makeSequence(elementType:failureType:backPressureStrategy:delegate:)``. /// Simple struct for the return type of ``NIOThrowingAsyncSequenceProducer/makeSequence(elementType:failureType:backPressureStrategy:delegate:)-8qauq``.
/// ///
/// This struct contains two properties: /// This struct contains two properties:
/// 1. The ``source`` which should be retained by the producer and is used /// 1. The ``source`` which should be retained by the producer and is used