mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fixed a typo in a comment
This commit is contained in:
parent
196b8767e8
commit
7f3ab84e5c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ event zeek_init()
|
||||||
|
|
||||||
print v1 + v2;
|
print v1 + v2;
|
||||||
|
|
||||||
# Make sure that holes get relected in unary operations,
|
# Make sure that holes get reflected in unary operations,
|
||||||
# and also that vectors of count are properly coerced to
|
# and also that vectors of count are properly coerced to
|
||||||
# vectors of int.
|
# vectors of int.
|
||||||
local v3: vector of int;
|
local v3: vector of int;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue