Skip to content

Commit 6d75b86

Browse files
committed
Update tokenBucket comment
1 parent 58b3dfc commit 6d75b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/ManifestLoader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
184184

185185
private let sdkRootCache = ThreadSafeBox<AbsolutePath>()
186186

187-
/// DispatchSemaphore to restrict concurrent manifest evaluations
187+
/// A helper token bucket pattern implementation to restrict concurrent manifest evaluations
188188
private let tokenBucket: TokenBucket
189189

190190
public init(

0 commit comments

Comments
 (0)