roc format on builtins

This commit is contained in:
Richard Feldman 2024-01-18 06:34:51 -05:00
parent f2bd5efa41
commit 894860118b
No known key found for this signature in database
GPG Key ID: F1F21AA5B1D9E43B

View File

@ -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].)