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

myui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a427cb  Fixed a minor typo in doc
1a427cb is described below

commit 1a427cb19b1e20d4d767bbf1de4f9c306ed138e5
Author: Makoto Yui <[email protected]>
AuthorDate: Sat Jul 13 23:45:52 2019 +0900

    Fixed a minor typo in doc
---
 docs/gitbook/misc/topk.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/gitbook/misc/topk.md b/docs/gitbook/misc/topk.md
index a018bc5..e35e31c 100644
--- a/docs/gitbook/misc/topk.md
+++ b/docs/gitbook/misc/topk.md
@@ -83,7 +83,7 @@ An alternative and efficient way to compute top-k items using 
`each_top_k` is as
 SELECT 
   each_top_k(
     2, class, score,
-    class, student -- output columns other in addition to rank and score
+    class, student -- output other columns in addition to rank and score
   ) as (rank, score, class, student)
 FROM (
   SELECT * FROM table

Reply via email to