From 1667bf238d4b8b7d2ea37dd722f5664c70b1273d Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 2 Sep 2017 07:45:10 +0100 Subject: [PATCH] correct spelling mistake --- lib/virtus/coercer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/virtus/coercer.rb b/lib/virtus/coercer.rb index 676d5537..af021cd3 100644 --- a/lib/virtus/coercer.rb +++ b/lib/virtus/coercer.rb @@ -25,7 +25,7 @@ def call(input) NotImplementedError.new("#{self.class}#call must be implemented") end - # Return if the input value was successfuly coerced + # Return if the input value was successfully coerced # # @param [Object] input #