mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
roc format
on builtins
This commit is contained in:
parent
f2bd5efa41
commit
894860118b
@ -516,7 +516,6 @@ split : Str, Str -> List Str
|
||||
## ```
|
||||
repeat : Str, Nat -> Str
|
||||
|
||||
|
||||
## Returns a [List] of the string's [U8] UTF-8 [code units](https://unicode.org/glossary/#code_unit).
|
||||
## (To split the string into a [List] of smaller [Str] values instead of [U8] values,
|
||||
## see [Str.split].)
|
||||
|
Loading…
Reference in New Issue
Block a user