mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Fix format change caused by doc changes
Introduces by anton's recent PR, just an extra space being removed.
This commit is contained in:
parent
6dc5bfb1b7
commit
d66ce24dc3
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ prependIfOk = \list, result ->
|
|||
## Returns the length of the list - the number of elements it contains.
|
||||
##
|
||||
## One [List] can store up to `Num.maxI64` elements on 64-bit targets and `Num.maxI32` on 32-bit targets like wasm.
|
||||
## This means the #U64 this function returns can always be safely converted to #I64 or #I32, depending on the target.
|
||||
## This means the #U64 this function returns can always be safely converted to #I64 or #I32, depending on the target.
|
||||
len : List * -> U64
|
||||
|
||||
## Create a list with space for at least capacity elements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue