diff --git a/Sources/AsyncStreaming/NNNN-async-streaming.md b/Sources/AsyncStreaming/NNNN-async-streaming.md index d21c89fc..3d317daa 100644 --- a/Sources/AsyncStreaming/NNNN-async-streaming.md +++ b/Sources/AsyncStreaming/NNNN-async-streaming.md @@ -147,7 +147,7 @@ The bite-sized pseudocode: ``` protocol AsyncReader { - // Callee provides a full buffer; caller processes it + // Callee provides a full buffer; caller drains it func read(body: (inout buffer) throws -> R) throws -> R }