Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/bbannier/fix-zeek-see-uses'
Browse files Browse the repository at this point in the history
* origin/topic/bbannier/fix-zeek-see-uses:
  Fix incorrect use of `zeek:see`
  • Loading branch information
timwoj committed Jan 5, 2025
2 parents 387a014 + abc24c7 commit 7e9849b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script-reference/statements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ This script prints the following messages to stderr, as well as logging them to


The logging behavior of failing assert statements can be customized using the
:zeek:see:`assertion_failure` or zeek:see:`assertion_result` hook.
:zeek:see:`assertion_failure` or :zeek:see:`assertion_result` hook.
Using the :zeek:see:`break` statement in either hook allows for suppression
of the the default log generation.
The :zeek:see:`assertion_result` hook is targeted for testing frameworks as it
Expand Down

0 comments on commit 7e9849b

Please sign in to comment.