Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeek-bot committed Feb 25, 2025
1 parent 1a1b509 commit 9611622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/base/bif/zeek.bif.zeek.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ Functions
.. zeek:id:: to_count
:source-code: base/bif/zeek.bif.zeek 1288 1288

:Type: :zeek:type:`function` (str: :zeek:type:`string`) : :zeek:type:`count`
:Type: :zeek:type:`function` (str: :zeek:type:`string`, base: :zeek:type:`count` :zeek:attr:`&default` = ``10`` :zeek:attr:`&optional`) : :zeek:type:`count`

Converts a :zeek:type:`string` to a :zeek:type:`count`.

Expand Down Expand Up @@ -3624,7 +3624,7 @@ Functions
.. zeek:id:: to_int
:source-code: base/bif/zeek.bif.zeek 1247 1247

:Type: :zeek:type:`function` (str: :zeek:type:`string`) : :zeek:type:`int`
:Type: :zeek:type:`function` (str: :zeek:type:`string`, base: :zeek:type:`count` :zeek:attr:`&default` = ``10`` :zeek:attr:`&optional`) : :zeek:type:`int`

Converts a :zeek:type:`string` to an :zeek:type:`int`.

Expand Down

0 comments on commit 9611622

Please sign in to comment.