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/08 01:38:38 UTC

[lucene-solr] branch branch_8x updated: SOLR-15193: Fix typo

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 1911c55  SOLR-15193: Fix typo
1911c55 is described below

commit 1911c55897d1e5c2d916ebb4f4c00c284ec6bd18
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Sun Mar 7 20:37:07 2021 -0500

    SOLR-15193: Fix typo
---
 solr/solr-ref-guide/src/graph.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/graph.adoc b/solr/solr-ref-guide/src/graph.adoc
index fc468fb..4dfea59 100644
--- a/solr/solr-ref-guide/src/graph.adoc
+++ b/solr/solr-ref-guide/src/graph.adoc
@@ -283,7 +283,7 @@ from the baskets link to products. So limiting the out-degree will limit the siz
 Why does limiting the size of the shopping baskets make a stronger recommendation? To answer this question it helps
 to think about each shopping basket as *voting* for products that go with *butter*. In an election with two candidates
 if you were to vote for both candidates the votes would cancel each other out and have no effect.
-But if you vote for only one candidate your vote will affect the outcome. The same principal holds true
+But if you vote for only one candidate your vote will affect the outcome. The same principle holds true
 for recommendations. As a basket votes for more products it dilutes the strength of its recommendation for any
 one product. A basket with just butter and one other item more strongly recommends that item.