From 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 30 Sep 2024 10:32:33 -0400 Subject: fix(lint): Fix or ignore lint errors (#2228) Signed-off-by: Dave Henderson --- docs-src/content/functions/conv.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs-src') diff --git a/docs-src/content/functions/conv.yml b/docs-src/content/functions/conv.yml index 31fca92f..76337b5e 100644 --- a/docs-src/content/functions/conv.yml +++ b/docs-src/content/functions/conv.yml @@ -300,8 +300,7 @@ funcs: Converts the input to an `int64` (64-bit signed integer). This function attempts to convert most types of input (strings, numbers, - and booleans), but behaviour when the input can not be converted is - undefined and subject to change. + and booleans). Unconvertable inputs will result in errors. @@ -388,8 +387,7 @@ funcs: Converts the input to a `float64`. This function attempts to convert most types of input (strings, numbers, - and booleans), but behaviour when the input can not be converted is - undefined and subject to change. + and booleans). Unconvertable inputs will result in errors. arguments: -- cgit v1.2.3