diff --git a/content/docs/reference/templates/functions.md b/content/docs/reference/templates/functions.md index bf52fa2..cfdc485 100644 --- a/content/docs/reference/templates/functions.md +++ b/content/docs/reference/templates/functions.md @@ -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