mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix some type signatures in Str docs
This commit is contained in:
parent
1bee949ad0
commit
0ed8f90f11
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ Str : [ @Str ]
|
||||||
## but it's recommended to pass much smaller numbers instead.
|
## but it's recommended to pass much smaller numbers instead.
|
||||||
##
|
##
|
||||||
## Passing a negative number for decimal places is equivalent to passing 0.
|
## Passing a negative number for decimal places is equivalent to passing 0.
|
||||||
decimal : Int, Float -> Str
|
decimal : Float *, Int * -> Str
|
||||||
|
|
||||||
## Convert an #Int to a string.
|
## Convert an #Int to a string.
|
||||||
int : Float -> Str
|
int : Int * -> Str
|
||||||
|
|
||||||
## Check
|
## Check
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue