Merge pull request #823 from revarbat/revarbat_dev

Fix zcopies docs.
This commit is contained in:
Revar Desmera 2022-03-31 15:15:08 -07:00 committed by GitHub
commit 3703587974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,6 @@ module ycopies(spacing, n, l, sp)
// Spreads out `n` copies of the children along a line on the Z axis.
//
// Usage:
// zcopies(spacing, [n], [sp]) children;
// zcopies(l, [n], [sp]) children;
// zcopies(LIST) children;