From ec2e41b1982aa263361ab25399ad20231cbd16ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Batista?= Date: Fri, 24 Jan 2014 19:15:12 -0200 Subject: [PATCH] Fix typo --- lib/mongoid/giza/dynamic_index.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongoid/giza/dynamic_index.rb b/lib/mongoid/giza/dynamic_index.rb index bf9c4b8..5cc008a 100644 --- a/lib/mongoid/giza/dynamic_index.rb +++ b/lib/mongoid/giza/dynamic_index.rb @@ -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] an hash with every key being the index name # and the value the index itself def generate! indexes = {}