Skip to content

Commit 36a4e9e

Browse files
DanielCechipek
andauthored
Update Sources/Container/AsyncContainer.swift
Co-authored-by: Filip Haškovec <[email protected]>
1 parent 6293bd4 commit 36a4e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Container/AsyncContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public actor AsyncContainer: AsyncDependencyResolving, AsyncDependencyRegisterin
1717
private var registrations = [RegistrationIdentifier: AsyncRegistration]()
1818
private var sharedInstances = [RegistrationIdentifier: Any]()
1919

20-
/// Create new instance of ``Container``
20+
/// Create new instance of ``AsyncContainer``
2121
public init() {}
2222

2323
/// Remove all registrations and already instantiated shared instances from the container

0 commit comments

Comments
 (0)