Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eddloschi committed Jan 24, 2014
1 parent b7a3640 commit ec2e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongoid/giza/dynamic_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def initialize(klass, settings, block)
# The name of the index is unique so in case of a name collision,
# the last index to be generated is the one that will persist
#
# @return [Hash<Symbol, Mongoid::Giza::Index] an hash with every key being the index name
# @return [Hash<Symbol, Mongoid::Giza::Index>] an hash with every key being the index name
# and the value the index itself
def generate!
indexes = {}
Expand Down

0 comments on commit ec2e41b

Please sign in to comment.