Skip to content

Commit 24f59ec

Browse files
committed
Update docs
1 parent 210b75f commit 24f59ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Explore the standard library functions.
1717
[fn exit(code: Int): None](#fn-exitint-none)<br>
1818
[fn import(file: String): Record](#fn-importfile-string-record)<br>
1919
[fn len(list: List): Int](#fn-lenlist-list-int)<br>
20-
[fn slice(list: List, start: Int, end: Int): List](#fn-slicelist-list-start-int-end-int-list)
21-
[fn update(collection: List | Record, element: Int | String, value: Any): List | Record]()
20+
[fn slice(list: List, start: Int, end: Int): List](#fn-slicelist-list-start-int-end-int-list)<br>
21+
[fn update(collection: List | Record, element: Int | String, value: Any): List | Record](#fn-updatecollection-list--record-element-int--string-value-any-list--record)
2222

2323
---
2424

0 commit comments

Comments
 (0)