From daaec62b4ab6255e82f33e917fc753d1b5215786 Mon Sep 17 00:00:00 2001 From: Smoot Date: Mon, 5 May 2025 14:57:09 -0700 Subject: [PATCH] Update src/zeek.bif Co-authored-by: Tim Wojtulewicz --- src/zeek.bif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zeek.bif b/src/zeek.bif index 17adfea8ee..f21d9fa065 100644 --- a/src/zeek.bif +++ b/src/zeek.bif @@ -5240,7 +5240,7 @@ function to_json%(val: any, only_loggable: bool &default=F, field_escape_pattern ## when keys are not valid field identifiers, or represent reserved ## keywords like **port** or **type**. ## -## returns: A record either contining a value of type t as field v with valid=T or valid=F and err contains the error. +## returns: A record with the result of the conversion, containing either a value or an error message. ## ## .. zeek:see:: to_json function from_json%(s: string, t: any, key_func: string_mapper &default=from_json_default_key_mapper%): from_json_result