1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02:00

update doc

This commit is contained in:
Justin Lin
2019-06-29 10:02:47 +08:00
parent bec487baba
commit 2b36c42c99

View File

@@ -8,7 +8,7 @@ Returns a list selected from `begin` to `end`, or to the `end` of the list (`end
- `lt` : The original list.
- `begin` : The beginning index, inclusive.
- `end` : The ending index, exclusive. If it's omitted, the substring begins with the character at the specified `begin` and extends to the end of the original string.
- `end` : The ending index, exclusive. If it's omitted, the list begins with the character at the specified `begin` and extends to the end of the original list.
## Examples