mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 00:09:41 +00:00
Fixed docs error with yflip()
This commit is contained in:
parent
b4bad57588
commit
c4ceed4e21
2 changed files with 2 additions and 2 deletions
|
@ -818,7 +818,7 @@ function xflip(x=0,p) =
|
|||
move([x,0,0],p=mirror([1,0,0],p=move([-x,0,0],p=p)));
|
||||
|
||||
|
||||
// Module: Function&yflip()
|
||||
// Function&Module: yflip()
|
||||
//
|
||||
// Usage: As Module
|
||||
// yflip([y]) ...
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,71];
|
||||
BOSL_VERSION = [2,0,72];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue