You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2017/05/25 16:45:56 UTC

incubator-predictionio git commit: Correct typo : addiiton -> addition

Repository: incubator-predictionio
Updated Branches:
  refs/heads/livedoc 490dd9e9f -> 88c3b05d8


Correct typo : addiiton -> addition

Closes #384


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/88c3b05d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/88c3b05d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/88c3b05d

Branch: refs/heads/livedoc
Commit: 88c3b05d83d63915e36e07ee1556aea6ab3d022b
Parents: 490dd9e
Author: Marius A. Rabenarivo <ma...@gmail.com>
Authored: Fri May 26 01:41:32 2017 +0900
Committer: Naoki Takezoe <ta...@apache.org>
Committed: Fri May 26 01:41:32 2017 +0900

----------------------------------------------------------------------
 .../templates/similarproduct/multi-events-multi-algos.html.md.erb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/88c3b05d/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb b/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb
index 4393613..25b154d 100644
--- a/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb
+++ b/docs/manual/source/templates/similarproduct/multi-events-multi-algos.html.md.erb
@@ -41,7 +41,7 @@ INFO: Require PredictionIO version >= 0.8.6 to run this example.
 
 Modify the following in DataSource.scala:
 
-- In addiiton to the original `ViewEvent` class, add a new class `LikeEvent` which has a boolean `like` field to represent it's like or dislike event.
+- In addition to the original `ViewEvent` class, add a new class `LikeEvent` which has a boolean `like` field to represent it's like or dislike event.
 - Add a new field `likeEvents` into `TrainingData` class to store the `RDD[LikeEvents]`.
 - Modidy DataSource's `read()` function to read "like" and "dislike" events from the Event Store.