From 947964fc59be97d02093503bbd7b961cd5fedb8b Mon Sep 17 00:00:00 2001 From: frostyfab <140175283+frostyfab@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:38:53 +0200 Subject: [PATCH] Fix small doc typo --- lib/dry/initializer/dispatchers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dry/initializer/dispatchers.rb b/lib/dry/initializer/dispatchers.rb index 7e7952a..03ec268 100644 --- a/lib/dry/initializer/dispatchers.rb +++ b/lib/dry/initializer/dispatchers.rb @@ -9,7 +9,7 @@ # - `:source` -- the name of source option # - `:target` -- the target name of the reader # - `:reader` -- if the reader's privacy (:public, :protected, :private, nil) -# - `:ivar` -- the target nane of the variable +# - `:ivar` -- the target name of the variable # - `:type` -- the callable coercer of the source value # - `:optional` -- if the argument is optional # - `:default` -- the proc returning the default value of the source value