Skip to content

Commit

Permalink
fix: kindIs function documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
TerryHowe committed Nov 14, 2024
1 parent 0d578e7 commit f5a9bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/chart_template_guide/function_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2016,10 +2016,10 @@ The above would return `string`. For simple tests (like in `if` blocks), the
`kindIs` function will let you verify that a value is a particular kind:
```
kindIs "int" 123
kindIs "float64" 123
```
The above will return `true`.
The above will return `true` because numbers are stored as `float64` by the parser.
### Type Functions
Expand Down

0 comments on commit f5a9bbf

Please sign in to comment.