We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db847ef commit 1656fd8Copy full SHA for 1656fd8
Sources/AsyncAlgorithms/AsyncChannel.swift
@@ -9,7 +9,7 @@
9
//
10
//===----------------------------------------------------------------------===//
11
12
-/// A channel for sending elements from on task to another with back pressure.
+/// A channel for sending elements from one task to another with back pressure.
13
///
14
/// The `AsyncChannel` class is intended to be used as a communication type between tasks,
15
/// particularly when one task produces values and another task consumes those values. The back
0 commit comments