diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-09-30 10:32:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 14:32:33 +0000 |
| commit | 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e (patch) | |
| tree | 23c1918d661ef7c79e4c58394c3f3468795aab82 /docs-src/content | |
| parent | 8f40d1fffd456266a1ac563df8fde5589e52d8de (diff) | |
fix(lint): Fix or ignore lint errors (#2228)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs-src/content')
| -rw-r--r-- | docs-src/content/functions/conv.yml | 6 |
1 files changed, 2 insertions, 4 deletions
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: |
