1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

rename param

This commit is contained in:
Justin Lin
2021-02-24 21:26:16 +08:00
parent e55422c479
commit 44733e7a9a
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ Make a list that aggregates elements from each of the lists. Returns a list of l
## Parameters
- `lts` : A list of lists.
- `slider` : Rather than listing the elements, the elements are combined using the function. **Since:** 3.0
- `combine` : Rather than listing the elements, the elements are combined using the function. **Since:** 3.0
## Examples