diff --git a/strings.scad b/strings.scad index fe58557..94cafeb 100644 --- a/strings.scad +++ b/strings.scad @@ -608,6 +608,7 @@ function is_letter(s) = // - An optional `.` followed by an integer precision length, for specifying how many digits to display in numeric formats. If not give, 6 digits is assumed. // - An optional letter to indicate the formatting style to use. If not given, `s` is assumed, which will do it's generic best to format any data type. // - A trailing `}` character to show the end of the placeholder. +// // Formatting styles, and their effects are as follows: // - `s`: Converts the value to a string with `str()` to display. This is very generic. // - `i` or `d`: Formats numeric values as integers. diff --git a/version.scad b/version.scad index 2fd33ae..dcacbd7 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,187]; +BOSL_VERSION = [2,0,188]; // Section: BOSL Library Version Functions