Chamferred is spelled chamfered.

This commit is contained in:
Revar Desmera
2020-04-06 18:53:12 -07:00
parent 4b7d387099
commit 1cab868d8a
4 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
// Usage:
// square(size, [center], [rounding], [chamfer], [anchor], [spin])
// Description:
// When called as a module, creates a 2D square of the given size, with optional rounding or chamferring.
// When called as a module, creates a 2D square of the given size, with optional rounding or chamfering.
// When called as a function, returns a 2D path/list of points for a square/rectangle of the given size.
// Arguments:
// size = The size of the square to create. If given as a scalar, both X and Y will be the same size.