1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 11:12:42 +02:00
This commit is contained in:
Justin Lin
2021-02-10 14:53:04 +08:00
parent e3bd5172c6
commit d5238391cb
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ returns a new list with all sub-list elements concatenated into it recursively u
## Parameters
- `lt` : The original list.
- `depth` : Defaults to 1. The depth level specifying how deep a nested list should be flattened.
- `depth` : Default to 1. The depth level specifying how deep a nested list should be flattened.
## Examples