Fixed incorrect usage docs for square()

This commit is contained in:
Revar Desmera 2020-03-22 22:57:08 -07:00
parent e61960cfee
commit cb42c0d9aa
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
// Function&Module: square()
// Usage:
// square(size, [center], [anchor])
// 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 function, returns a 2D path/list of points for a square/rectangle of the given size.

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,217];
BOSL_VERSION = [2,0,218];
// Section: BOSL Library Version Functions