diff options
Diffstat (limited to 'docs-src/content/functions/test.yml')
| -rw-r--r-- | docs-src/content/functions/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-src/content/functions/test.yml b/docs-src/content/functions/test.yml index 09bd1b02..7d312e26 100644 --- a/docs-src/content/functions/test.yml +++ b/docs-src/content/functions/test.yml @@ -61,7 +61,7 @@ funcs: represent _any_ numeric kind (whether `float32`, `uint8`, or whatever). This is useful when the specific numeric type is unknown. - See also [`test.Kind`](test-kind). + See also [`test.Kind`](#testkind). pipeline: true arguments: - name: kind @@ -99,7 +99,7 @@ funcs: If you need to know the precise type of a value, use `printf "%T" $value`. - See also [`test.IsKind`](test-iskind). + See also [`test.IsKind`](#testiskind). pipeline: true arguments: - name: value @@ -156,7 +156,7 @@ funcs: alias: ternary released: v3.1.0 description: | - Returns one of two values depending on whether the third is true. Note that the third value does not have to be a boolean - it is converted first by the [`conv.ToBool`](../conv/#conv-tobool) function (values like `true`, `1`, `"true"`, `"Yes"`, etc... are considered true). + Returns one of two values depending on whether the third is true. Note that the third value does not have to be a boolean - it is converted first by the [`conv.ToBool`](../conv/#convtobool) function (values like `true`, `1`, `"true"`, `"Yes"`, etc... are considered true). This is effectively a short-form of the following template: |
