Skip to content

Commit

Permalink
docs: refine kindOf documentation v2
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Zeuch <[email protected]>
  • Loading branch information
l-zeuch committed Aug 17, 2024
1 parent c8f3775 commit e6fd06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/reference/templates/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,8 @@ chaining `index` calls, e.g. `index (index $x 0) 1`.

Returns the [kind](https://pkg.go.dev/reflect#Kind) of the provided value.

If `value` is behind an `interface{}` or pointer, set `indirect` to true to read the inner value. Most applications of
this function will want to do this.
If `value` is behind an `interface{}` or pointer, set `indirect` to true to read the inner value. Most users of this
function will want to do this.

### len

Expand Down

0 comments on commit e6fd06d

Please sign in to comment.