lib/hanami/view/rendering.rb in hanami-view-1.1.0.beta1 vs lib/hanami/view/rendering.rb in hanami-view-1.1.0.beta2
- old
+ new
@@ -108,10 +108,10 @@
end
# It tries to invoke a method for the view or a local for the given key.
# If the lookup fails, it returns a null object.
#
- # @return [Objeect,Hanami::View::Rendering::NullLocal] the returning value
+ # @return [Object,Hanami::View::Rendering::NullLocal] the returning value
#
# @since 0.7.0
#
# @example
# <% if local(:plan).overdue? %>