From 38d7e0dad62f95a402b1f32b7e50ee5eb1a93cee Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Wed, 25 Mar 2020 19:52:46 -0700 Subject: [PATCH] Typo fix in grid2d docs --- distributors.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distributors.scad b/distributors.scad index 1cf9dff..96e8caa 100644 --- a/distributors.scad +++ b/distributors.scad @@ -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); // diff --git a/version.scad b/version.scad index fd3faef..2b478a4 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,230]; +BOSL_VERSION = [2,0,231]; // Section: BOSL Library Version Functions