浏览代码

Correcting gramma

violuke 11 年之前
父节点
当前提交
9ed34b5a9e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/modules/scripting.asciidoc

+ 1 - 1
docs/reference/modules/scripting.asciidoc

@@ -247,7 +247,7 @@ miles) of this geo point field from the provided geohash.
 === Stored Fields
 
 Stored fields can also be accessed when executing a script. Note, they
-are much slower to access compared with document fields, but are not
+are much slower to access compared with document fields, as they are not
 loaded into memory. They can be simply accessed using
 `_fields['my_field_name'].value` or `_fields['my_field_name'].values`.