We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3738850 commit 917c2dfCopy full SHA for 917c2df
elasticsearch-model/lib/elasticsearch/model/indexing.rb
@@ -128,7 +128,7 @@ module ClassMethods
128
# # => {:article=>{:dynamic=>"strict", :properties=>{:foo=>{:type=>"long"}}}}
129
#
130
# 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.
+ # when it doesn't already define them. Use the `__elasticsearch__` proxy otherwise.
132
133
def mapping(options={}, &block)
134
@mapping ||= Mappings.new(document_type, options)
0 commit comments