You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2018/10/22 16:33:45 UTC

lucene-solr:master: Three minor variables.adoc edits.

Repository: lucene-solr
Updated Branches:
  refs/heads/master c31a95d26 -> c9776d88f


Three minor variables.adoc edits.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/c9776d88
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c9776d88
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c9776d88

Branch: refs/heads/master
Commit: c9776d88f90df2ae77a9e37e36d87e069bfde6ed
Parents: c31a95d
Author: Christine Poerschke <cp...@apache.org>
Authored: Fri Oct 19 20:01:17 2018 -0400
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Oct 22 17:33:11 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/variables.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c9776d88/solr/solr-ref-guide/src/variables.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/variables.adoc b/solr/solr-ref-guide/src/variables.adoc
index 894a5ac..2c1f905 100644
--- a/solr/solr-ref-guide/src/variables.adoc
+++ b/solr/solr-ref-guide/src/variables.adoc
@@ -189,7 +189,7 @@ When this expression is sent to the `/stream` handler it responds with:
 
 The `getCache` function retrieves an object from the cache by its workspace and key.
 
-In the example below the `getCache` function retrieves the array the was cached above and assigns it to variable *`a`*.
+In the example below the `getCache` function retrieves the array that was cached above and assigns it to variable *`a`*.
 
 [source,text]
 ----
@@ -279,8 +279,8 @@ When this expression is sent to the `/stream` handler it responds with:
 }
 ----
 
-The `removeCache` function can be used to remove a a key from a specific
-workspace. This `removeCache` function removes the key from the cache
+The `removeCache` function can be used to remove a key from a specific
+workspace. The `removeCache` function removes the key from the cache
 and returns the object that was removed.
 
 In the example below the array that was cached above is removed from the cache.