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:
Daniel Thayer 2013-11-22 14:49:16 -06:00
parent 7025d511e4
commit 6f06705c23
2 changed files with 15 additions and 9 deletions

View file

@ -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.
##