Fixed a comment typo

This commit is contained in:
Eric Hayes 2011-04-14 15:57:44 +08:00 committed by David Heinemeier Hansson
parent 4db4f8c624
commit ada550d908

@ -334,7 +334,7 @@ def _layout_for_option(name)
# ==== Parameters
# * <tt>details</tt> - A list of details to restrict the search by. This
# might include details like the format or locale of the template.
# * <tt>require_logout</tt> - If this is true, raise an ArgumentError
# * <tt>require_layout</tt> - If this is true, raise an ArgumentError
# with details about the fact that the exception could not be
# found (defaults to false)
#