Fixing typo "withing -> within"

This commit is contained in:
Steve Klabnik 2012-01-05 13:12:15 -05:00
parent 5c74b97b3b
commit b5cad2ae87
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ module Draper
define_method(input){ @model }
end
# Typically called withing a decorator definition, this method causes
# Typically called within a decorator definition, this method causes
# the assocation to be decorated when it is retrieved.
#
# @param [Symbol] name of association to decorate, like `:products`