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 6293bd4 commit 36a4e9eCopy full SHA for 36a4e9e
Sources/Container/AsyncContainer.swift
@@ -17,7 +17,7 @@ public actor AsyncContainer: AsyncDependencyResolving, AsyncDependencyRegisterin
17
private var registrations = [RegistrationIdentifier: AsyncRegistration]()
18
private var sharedInstances = [RegistrationIdentifier: Any]()
19
20
- /// Create new instance of ``Container``
+ /// Create new instance of ``AsyncContainer``
21
public init() {}
22
23
/// Remove all registrations and already instantiated shared instances from the container
0 commit comments