diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:21:08 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:21:17 -0800 |
| commit | acd1191fb06a51f70f553c1dc8b47cf245a1c913 (patch) | |
| tree | 993bb69cc050426644b98d10fb1a3133b3623be6 /containers.moon | |
| parent | 7f47d4204039258cec78c767f489b7809b4257ff (diff) | |
Tweaks and API cleanup.
Diffstat (limited to 'containers.moon')
| -rw-r--r-- | containers.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/containers.moon b/containers.moon index 0c881cd..3804237 100644 --- a/containers.moon +++ b/containers.moon @@ -194,7 +194,7 @@ do tmp = List{stepper(x,i)} break if #tmp == 0 i = tmp[1] - result[#result+1] = tmp + result[#result+1] = (#tmp == 1) and tmp[1] or tmp return List(result) from_1_to: sub, from: sub, character: (i)=> sub(@, i, i) |
