Fix zcopies docs.

This commit is contained in:
Garth Minette 2022-03-31 15:12:20 -07:00
parent 93fcc98b7a
commit 56edc3bda5

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;