mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Typo fix in grid2d docs
This commit is contained in:
parent
6b4fb3184c
commit
38d7e0dad6
2 changed files with 2 additions and 2 deletions
|
@ -432,7 +432,7 @@ module zdistribute(spacing=10, sizes=undef, l=undef)
|
|||
// %polygon(poly);
|
||||
//
|
||||
// Example: Using `$row` and `$col`
|
||||
// grid2d(spacing=8], n=8)
|
||||
// grid2d(spacing=8, n=8)
|
||||
// color(($row+$col)%2?"black":"red")
|
||||
// cube([8,8,0.01], center=false);
|
||||
//
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,230];
|
||||
BOSL_VERSION = [2,0,231];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue