mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix typos in BIF documentation
Fixed typos in documentation of hexstr_to_bytestring. Also added documentation that was missing for function parameters and return values of other BIFs.
This commit is contained in:
parent
7025d511e4
commit
6f06705c23
2 changed files with 15 additions and 9 deletions
|
@ -138,6 +138,10 @@ function topk_sum%(handle: opaque of topk%): count
|
|||
|
||||
## Merge the second top-k data structure into the first.
|
||||
##
|
||||
## handle1: the first TopK handle.
|
||||
##
|
||||
## handle2: the second TopK handle.
|
||||
##
|
||||
## .. note:: This does not remove any elements, the resulting data structure
|
||||
## can be bigger than the maximum size given on initialization.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue