Docs formatting fix in place_copies()

This commit is contained in:
Revar Desmera 2020-01-31 18:58:17 -08:00
parent f49dfa8a9e
commit ef0c92cfa5
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
// place_copies(a) ...
//
// Arguments:
// a = array of XYZ offset vectors. Default [[0,0,0]]
// a = Array of XYZ offset vectors. Default `[[0,0,0]]`
//
// Side Effects:
// `$pos` is set to the relative centerpoint of each child copy, and can be used to modify each child individually.

View File

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