mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed incorrect usage docs for square()
This commit is contained in:
parent
e61960cfee
commit
cb42c0d9aa
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,217];
|
||||
BOSL_VERSION = [2,0,218];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue