Fixed docs formatting in round_corners()

This commit is contained in:
Revar Desmera 2020-02-01 22:01:33 -08:00
parent f5803a696a
commit f16de52e4a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ include <BOSL2/structs.scad>
// tactile "bump" where the curvature changes from flat to circular.
// See https://hackernoon.com/apples-icons-have-that-shape-for-a-very-good-reason-720d4e7c8a14
//
// You select the type of rounding using the `curve` option, which should be "smooth"` to
// You select the type of rounding using the `curve` option, which should be `"smooth"` to
// get continuous curvature rounding, `"circle"` to get circular rounding, or `"chamfer"` to get chamfers. The default is circle
// rounding. Each rounding method has two options for how you measure the amount of rounding, which
// you specify using the `measure` argument. All of the rounding methods accept `measure="cut"`, which is

View File

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