Typo fix in grid2d docs

This commit is contained in:
Revar Desmera 2020-03-25 19:52:46 -07:00
parent 6b4fb3184c
commit 38d7e0dad6
2 changed files with 2 additions and 2 deletions

View file

@ -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);
// //

View file

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