mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-04-21 22:22:06 +02:00
typo fix
This commit is contained in:
parent
6f06e388cf
commit
f415e221a2
@ -246,7 +246,7 @@ function select(list, start, end) =
|
||||
function slice(list,start=0,end=-1) =
|
||||
assert(is_list(list))
|
||||
assert(is_int(start))
|
||||
assert(is_int(eend))
|
||||
assert(is_int(end))
|
||||
!list? [] :
|
||||
let(
|
||||
l = len(list),
|
||||
|
Loading…
x
Reference in New Issue
Block a user