You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/10/15 02:10:27 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Proof statistics 1

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 4d9511d  SOLR-13105: Proof statistics 1
4d9511d is described below

commit 4d9511d8023414520dc93227d245d003bb47532f
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Mon Oct 14 22:10:21 2019 -0400

    SOLR-13105: Proof statistics 1
---
 solr/solr-ref-guide/src/statistics.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/statistics.adoc b/solr/solr-ref-guide/src/statistics.adoc
index 0812790..ef4c49a 100644
--- a/solr/solr-ref-guide/src/statistics.adoc
+++ b/solr/solr-ref-guide/src/statistics.adoc
@@ -378,7 +378,7 @@ function call.
 
 In the example below a random sample containing two fields, *filesize_d* and *response_d*, is drawn from
 the logs collection using the `random` function. The fields are vectorized into the
-variables *x* and *y* and then the *Spearmans* correlation for
+variables *x* and *y* and then *Spearman's* correlation for
 the two vectors is calculated using the `corr` function.
 
 image::images/math-expressions/correlation.png[]