Skip to content

Commit c057911

Browse files
committed
chore: updating readme links and list manipulation inside Range.ark
1 parent 9b0c6a0 commit c057911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Online documentation
66

7-
Complete documentation is available online at [arkscript-lang/std](https://arkscript-lang.github.io/std/).
7+
Complete documentation is available online at [arkscript-lang/std](https://arkscript-lang.dev/std/).
88

99
## Generate documentation offline
1010

Range.ark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(mut a_ i)
2020

2121
(while (< a_ _b) {
22-
(set _output (append _output a_))
22+
(append! _output a_)
2323
(set a_ (+ 1 a_)) })
2424
_output }))
2525

0 commit comments

Comments
 (0)