1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-18 12:31:17 +02:00

update doc

This commit is contained in:
Justin Lin
2021-03-07 09:45:19 +08:00
parent 0f1687327d
commit ba745af20d

View File

@@ -7,7 +7,7 @@ Swaps two elements in a list.
## Parameters
- `lt` : The list.
- `i` : The index of an element.
- `i` : The index of one element.
- `j` : The index of the other element
## Examples