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 2021/03/01 19:40:23 UTC

[lucene-solr] 02/06: SOLR-15193: Fix typos

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

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

commit c3aecab8b22c1baa426c903703d6613f8479176b
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Feb 24 15:19:35 2021 -0500

    SOLR-15193: Fix typos
---
 solr/solr-ref-guide/src/graph.adoc            | 2 +-
 solr/solr-ref-guide/src/math-expressions.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/graph.adoc b/solr/solr-ref-guide/src/graph.adoc
index 887990d..207dbe0 100644
--- a/solr/solr-ref-guide/src/graph.adoc
+++ b/solr/solr-ref-guide/src/graph.adoc
@@ -17,7 +17,7 @@
 // under the License.
 
 
-This section of user guide covers the syntax and theory behind *graph expressions*. Examples are presented for two key graph use cases: *bipartate graph recommenders* and *event correlation* with
+This section of the user guide covers the syntax and theory behind *graph expressions*. Examples are presented for two key graph use cases: *bipartate graph recommenders* and *event correlation* with
 *temporal graph queries*.
 
 == Graphs
diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index 23b90e9..7d74f7b 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -63,7 +63,7 @@ image::images/math-expressions/searchiris.png[]
 
 *<<machine-learning.adoc#,Machine Learning>>*: Distance, KNN, DBSCAN, K-means, fuzzy K-means and other ML functions.
 
-*<<graph.adoc#,Graph>>*: Bipartite graphs, in-degree centrality, graph recommenders, temporal graphs, event correlation
+*<<graph.adoc#,Graph>>*: Bipartite graphs, in-degree centrality, graph recommenders, temporal graphs, event correlation.
 
 *<<computational-geometry.adoc#,Computational Geometry>>*: Convex Hulls and Enclosing Disks.