Fix some type signatures in Str docs

This commit is contained in:
Richard Feldman 2020-03-16 02:25:31 -04:00
parent 1bee949ad0
commit 0ed8f90f11

View file

@ -66,10 +66,10 @@ Str : [ @Str ]
## but it's recommended to pass much smaller numbers instead.
##
## 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.
int : Float -> Str
int : Int * -> Str
## Check