fix(learn): add output type verbiage (#40589)

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
Kim Leung
2021-02-01 07:11:15 -07:00
committed by GitHub
parent 26b5e4ea5f
commit a37d5f5817

View File

@ -48,6 +48,8 @@ one could rank the top-rated movie in each genre by calling
`topRankPerGroup(1, data, 'genre', 'rating')`
The function should return an array with an array for each group containing the top `n` objects.
# --hints--
`topRankPerGroup` should be a function.