Skip to content

Commit

Permalink
minor doc typo fix in indexes/validators/options.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
javmorin committed May 17, 2012
1 parent 761ecaa commit 1a3294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongoid/indexes/validators/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def validate(klass, spec, options)
# Options.validate_options(Band, name: 1)
#
# @param [ Class ] klass The model class.
# @param [ Hash ] options The index options.
# @param [ Hash ] spec The index specification.
# @param [ Hash ] options The index options.
#
# @raise [ Errors::InvalidIndex ] If validation failed.
Expand Down

0 comments on commit 1a3294d

Please sign in to comment.