mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Rename List.set_in_place to List.#setInPlace
This commit is contained in:
parent
21e4eb505a
commit
a0c4e91792
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ define_builtins! {
|
|||
2 LIST_ISEMPTY: "isEmpty"
|
||||
3 LIST_GET: "get"
|
||||
4 LIST_SET: "set"
|
||||
5 LIST_SET_IN_PLACE: "set_in_place"
|
||||
5 LIST_SET_IN_PLACE: "#setInPlace"
|
||||
6 LIST_PUSH: "push"
|
||||
7 LIST_MAP: "map"
|
||||
8 LIST_LENGTH: "length"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue