Skip to content

Commit ec00d54

Browse files
committed
Update docs
1 parent 4ab4ff2 commit ec00d54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Explore the standard library functions available in GluonScript.
1010

1111
## Module `core`
1212

13-
[fn append(list: List, element: Any): List](https://gluonscript.org/reference.html#fn-appendlist-list-element-any-list)
14-
[fn import(file: String): Record](https://gluonscript.org/reference.html#fn-importfile-string-record)
15-
[fn len(list: List): Int](https://gluonscript.org/reference.html#fn-lenlist-list-int)
13+
[fn append(list: List, element: Any): List](https://gluonscript.org/reference.html#fn-appendlist-list-element-any-list)<br>
14+
[fn import(file: String): Record](https://gluonscript.org/reference.html#fn-importfile-string-record)<br>
15+
[fn len(list: List): Int](https://gluonscript.org/reference.html#fn-lenlist-list-int)<br>
1616
[fn slice(list: List, start: Int, end: Int): List](https://gluonscript.org/reference.html#fn-slicelist-list-start-int-end-int-list)
1717

1818
## Module `conv`

0 commit comments

Comments
 (0)