mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Typo: it's/its capacity
This commit is contained in:
parent
fd68772b4d
commit
fb141af353
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ walkUtf8Help = \str, state, step, index, length ->
|
|||
expect (walkUtf8 "ABC" [] List.append) == [65, 66, 67]
|
||||
expect (walkUtf8 "鹏" [] List.append) == [233, 185, 143]
|
||||
|
||||
## Shrink the memory footprint of a str such that it's capacity and length are equal.
|
||||
## Shrink the memory footprint of a str such that its capacity and length are equal.
|
||||
## Note: This will also convert seamless slices to regular lists.
|
||||
releaseExcessCapacity : Str -> Str
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue