We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kindOf
1 parent c8f3775 commit e6fd06dCopy full SHA for e6fd06d
content/docs/reference/templates/functions.md
@@ -1407,8 +1407,8 @@ chaining `index` calls, e.g. `index (index $x 0) 1`.
1407
1408
Returns the [kind](https://pkg.go.dev/reflect#Kind) of the provided value.
1409
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.
+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.
1412
1413
### len
1414
0 commit comments