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 7540247 commit 3c3df38Copy full SHA for 3c3df38
Sources/DispatchAsync/AsyncSemaphore.swift
@@ -12,7 +12,7 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
-/// Provides a semaphore implantation in `async` context, with a safe wait method. Provides easy safe replacement
+/// Provides a semaphore implementation in `async` context, with a safe wait method. Provides easy safe replacement
16
/// for DispatchSemaphore usage.
17
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
18
public actor AsyncSemaphore {
0 commit comments