Skip to content

Commit e6fd06d

Browse files
committed
docs: refine kindOf documentation v2
Signed-off-by: Luca Zeuch <[email protected]>
1 parent c8f3775 commit e6fd06d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/reference/templates/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,8 +1407,8 @@ chaining `index` calls, e.g. `index (index $x 0) 1`.
14071407

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

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

14131413
### len
14141414

0 commit comments

Comments
 (0)