Skip to content

Commit 917c2df

Browse files
pgeraghtykarmi
authored andcommittedMay 21, 2015
[MODEL] Minor grammar fix (singular vs. plural)
Closes elastic#383
1 parent 3738850 commit 917c2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎elasticsearch-model/lib/elasticsearch/model/indexing.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module ClassMethods
128128
# # => {:article=>{:dynamic=>"strict", :properties=>{:foo=>{:type=>"long"}}}}
129129
#
130130
# The `mappings` and `settings` methods are accessible directly on the model class,
131-
# when it doesn't already defines them. Use the `__elasticsearch__` proxy otherwise.
131+
# when it doesn't already define them. Use the `__elasticsearch__` proxy otherwise.
132132
#
133133
def mapping(options={}, &block)
134134
@mapping ||= Mappings.new(document_type, options)

0 commit comments

Comments
 (0)