mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
Fix typo
This commit is contained in:
parent
87475220bc
commit
7aeca13085
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ Returns `[{"key": 1, "count": 2}, {"key": 2, "count": 2}, {"key": 3, "count": 1}
|
|||
|
||||
* key is a repository ID
|
||||
* count is amount of users
|
||||
* Results are the number of user that starred each repository in descending order for all respositories in the stargazer frame.
|
||||
* Results are the number of users that starred each repository in descending order for all respositories in the stargazer frame.
|
||||
|
||||
```
|
||||
TopN(frame="stargazer", n=2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue