Skip to content

Commit 1656fd8

Browse files
authored
Fix typo in AsyncChannel documentation (#108)
fix typo
1 parent db847ef commit 1656fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncAlgorithms/AsyncChannel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010
//===----------------------------------------------------------------------===//
1111

12-
/// A channel for sending elements from on task to another with back pressure.
12+
/// A channel for sending elements from one task to another with back pressure.
1313
///
1414
/// The `AsyncChannel` class is intended to be used as a communication type between tasks,
1515
/// particularly when one task produces values and another task consumes those values. The back

0 commit comments

Comments
 (0)