mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 00:30:43 +02:00
Typo fix in grid2d docs
This commit is contained in:
@@ -432,7 +432,7 @@ module zdistribute(spacing=10, sizes=undef, l=undef)
|
|||||||
// %polygon(poly);
|
// %polygon(poly);
|
||||||
//
|
//
|
||||||
// Example: Using `$row` and `$col`
|
// Example: Using `$row` and `$col`
|
||||||
// grid2d(spacing=8], n=8)
|
// grid2d(spacing=8, n=8)
|
||||||
// color(($row+$col)%2?"black":"red")
|
// color(($row+$col)%2?"black":"red")
|
||||||
// cube([8,8,0.01], center=false);
|
// 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
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user