SOLR-15193: Fix typos

This commit is contained in:
Joel Bernstein 2021-02-24 15:19:35 -05:00
parent 4fb530c52e
commit 9a30406871
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.