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 12e0326 commit c15dcb6Copy full SHA for c15dcb6
Sources/Resolver/Resolver.swift
@@ -219,7 +219,7 @@ public final class Resolver {
219
let service = registration.scope.resolve(resolver: self, registration: registration, args: args) {
220
return service
221
}
222
- fatalError("RESOLVER: '\(Service.self):\(name ?? "")' not resolved. To disambiguate optionals use resover.optional().")
+ fatalError("RESOLVER: '\(Service.self):\(name ?? "")' not resolved. To disambiguate optionals use resolver.optional().")
223
224
225
/// Static function calls the root registry to resolve an optional Service type.
0 commit comments