Skip to content

Commit 3c3df38

Browse files
committed
chore: Fix typo.
1 parent 7540247 commit 3c3df38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DispatchAsync/AsyncSemaphore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
/// Provides a semaphore implantation in `async` context, with a safe wait method. Provides easy safe replacement
15+
/// Provides a semaphore implementation in `async` context, with a safe wait method. Provides easy safe replacement
1616
/// for DispatchSemaphore usage.
1717
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
1818
public actor AsyncSemaphore {

0 commit comments

Comments
 (0)