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/16 12:56:12 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Improve curve fitting docs 5

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 16dfdbc  SOLR-13105: Improve curve fitting docs 5
16dfdbc is described below

commit 16dfdbca48f54baacf06a4ac68c75ca2841d9d34
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Oct 16 08:56:05 2019 -0400

    SOLR-13105: Improve curve fitting docs 5
---
 solr/solr-ref-guide/src/curve-fitting.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/curve-fitting.adoc b/solr/solr-ref-guide/src/curve-fitting.adoc
index 66dfc3d..06dffb1 100644
--- a/solr/solr-ref-guide/src/curve-fitting.adoc
+++ b/solr/solr-ref-guide/src/curve-fitting.adoc
@@ -53,7 +53,7 @@ by `zplot` along with the original observations.
 
 The fitted model can also be used
 by the `predict` function in the same manner as linear regression. The example below
-uses the fitted model to predict a response time for a files size of 42000.
+uses the fitted model to predict a response time for a file size of 42000.
 
 
 image::images/math-expressions/polyfit-predict.png[]