Github Wiki does not like angle brackets.

This commit is contained in:
Revar Desmera 2020-05-25 16:52:40 -07:00
parent 88699c12af
commit 0fd909d457
2 changed files with 3 additions and 3 deletions

View File

@ -60,11 +60,11 @@ function _parse_drive(drive=undef, drive_size=undef) =
// Description:
// Look up screw characteristics for the specified screw type.
// .
// For metric (ISO) the `name=` argument is formatted in a string like: "M<size>x<pitch>,<length>".
// For metric (ISO) the `name=` argument is formatted in a string like: "M*\<size\>*x*\<pitch\>*,*\<length\>*".
// e.g. `"M6x1,10"` specifies a 6mm diameter screw with a thread pitch of 1mm and length of 10mm.
// You can omit the pitch or length, e.g. `"M6x1"`, or `"M6,10"`, or just `"M6"`.
// .
// For English (UTS) `name=` is a string like "<size>-<threadcount>,<length>".
// For English (UTS) `name=` is a string like "*\<size\>*-*\<threadcount\>*,*\<length\>*".
// e.g. `"#8-32,1/2"`, or `"1/4-20,1"`. Units are in inches, including the length. Size can be a
// number from 0 to 12 with or without a leading '#' to specify a screw gauge size, or any other
// value to specify a diameter in inches, either as a float or a fraction, so `"0.5-13"` and

View File

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