minor fix: Use correct use convention in documentation

This commit is contained in:
Marius Kintel 2012-02-02 23:38:00 +01:00
parent b7d9ec4c5e
commit 13db22c08f

2
3d_triangle.scad Executable file → Normal file
View file

@ -290,7 +290,7 @@ union () {
// Demo Application - copy into new file and uncomment or uncomment here but // Demo Application - copy into new file and uncomment or uncomment here but
// without uncommenting the use <...> statement, then press F6 - Key // without uncommenting the use <...> statement, then press F6 - Key
// //
// use <../libraries/mcad/3d_triangle.scad>; // use <MCAD/3d_triangle.scad>;
//$fn=50; //$fn=50;
// h =4; // h =4;
// r=2; // r=2;