Fixed docs error with yflip()

This commit is contained in:
Revar Desmera 2020-01-06 16:31:16 -08:00
parent b4bad57588
commit c4ceed4e21
2 changed files with 2 additions and 2 deletions

View file

@ -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]) ...

View file

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