aboutsummaryrefslogtreecommitdiff
path: root/libs/sort.neb
diff options
context:
space:
mode:
Diffstat (limited to 'libs/sort.neb')
-rw-r--r--libs/sort.neb2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sort.neb b/libs/sort.neb
index 27779b1..c163730 100644
--- a/libs/sort.neb
+++ b/libs/sort.neb
@@ -194,7 +194,7 @@
(def b (rest lst))
(def acc (list))
(for-count (length a)
- (append acc idx))
+ (append acc _idx_))
(empty? (drop-while acc
(cmp
(slice a _item_ 1)