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