mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Change a script comment to use "code-block" directive
This commit is contained in:
parent
48e2445600
commit
c7408482b4
4 changed files with 7 additions and 3 deletions
|
@ -6,7 +6,7 @@ module GLOBAL;
|
|||
## return a pattern with string set's elements OR'd together where the
|
||||
## double-tilde was given. Examples:
|
||||
##
|
||||
## .. sourcecode:: zeek
|
||||
## .. code-block:: zeek
|
||||
##
|
||||
## global r1 = set_to_regex(set("a", "b", "c"), "~~");
|
||||
## # r1 = /^?(a|b|c)$?/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue