Skip to content

Commit 079412e

Browse files
committed
reference: move str alias to its proper place
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 00fc5e9 commit 079412e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/docs/reference/templates/functions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,8 +2004,6 @@ Converts the input to an integer, returning zero for invalid inputs.
20042004

20052005
#### toRune
20062006

2007-
Aliases: `str`.
2008-
20092007
```yag
20102008
{{ $runes := toRune <string> }}
20112009
```
@@ -2014,6 +2012,9 @@ Converts the given string to a slice of runes (Unicode code points).
20142012

20152013
#### toString
20162014

2015+
Aliases: `str`.
2016+
2017+
20172018
```yag
20182019
{{ $str := toString <x> }}
20192020
```

0 commit comments

Comments
 (0)