From 7e539b1b7217c72521cb8af2542eb9284ae44215 Mon Sep 17 00:00:00 2001 From: Mat Gadd Date: Wed, 31 Dec 2014 13:52:04 +0000 Subject: [PATCH] Update API method descriptions source, too. --- docs/_descriptions/getSource.asciidoc | 2 +- docs/_descriptions/indices.close.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_descriptions/getSource.asciidoc b/docs/_descriptions/getSource.asciidoc index bfbf79e47..db98d95fc 100644 --- a/docs/_descriptions/getSource.asciidoc +++ b/docs/_descriptions/getSource.asciidoc @@ -1 +1 @@ -Get the source of a document by it's index, type and id. \ No newline at end of file +Get the source of a document by its index, type and id. diff --git a/docs/_descriptions/indices.close.asciidoc b/docs/_descriptions/indices.close.asciidoc index 6b5d227b1..6614ea063 100644 --- a/docs/_descriptions/indices.close.asciidoc +++ b/docs/_descriptions/indices.close.asciidoc @@ -1 +1 @@ -Close an index to remove it's overhead from the cluster. Closed index is blocked for read/write operations. \ No newline at end of file +Close an index to remove its overhead from the cluster. Closed index is blocked for read/write operations.