default to num instead of variable for toString (#1977)
* default to num instead of variable for toString * to text instead of toString * converToText
This commit is contained in:
committed by
Abhijith Chatra
parent
405f4d94aa
commit
bc71747112
@ -1,7 +1,7 @@
|
||||
# to string
|
||||
# convert to text
|
||||
|
||||
Converts a value into a text representation.
|
||||
|
||||
```sig
|
||||
toString(123)
|
||||
convertToText(123)
|
||||
```
|
Reference in New Issue
Block a user