Fix heading for limitk docs

Signed-off-by: Charles Korn <charleskorn@users.noreply.github.com>
This commit is contained in:
Charles Korn 2025-11-10 11:55:30 +11:00 committed by GitHub
parent 49254f45e9
commit 0fbe5af961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -425,7 +425,7 @@ To get the 5 instances with the highest memory consumption across all instances
topk(5, memory_consumption_bytes)
#### `limitk` and `limit_ratio`
#### `limitk`
`limitk(k, v)` returns a subset of `k` input samples, including
the original labels in the result vector.