From fc404c0307903c07b089305185357afa58e090c8 Mon Sep 17 00:00:00 2001 From: Alexander Kadyrov Date: Sun, 15 Dec 2019 17:27:23 +0300 Subject: [PATCH] Fix typo --- lib/dry/container/resolver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/container/resolver.rb b/lib/dry/container/resolver.rb index 4c436aa..e91d048 100644 --- a/lib/dry/container/resolver.rb +++ b/lib/dry/container/resolver.rb @@ -14,7 +14,7 @@ class Resolver # Fallback block to call when a key is missing. Its result will be returned # @yieldparam [Mixed] key Missing key # - # @raise [Dry::Conainer::Error] + # @raise [Dry::Container::Error] # If the given key is not registered with the container (and no block provided) # #