1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00

fixed a typo

This commit is contained in:
Justin Lin 2017-05-01 20:43:37 +08:00
parent 8a8a185404
commit 1b60a33e93

View File

@ -21,7 +21,7 @@ Some modules may depend on other modules. For example, the `polyline2d` module d
polyline2d(points = [[1, 2], [-5, -4], [-5, 3], [5, 5]], width = 1);
If OpenSCAD generates "WARNING: Ignoring unknown xxx function" or "WARNING: Ignoring unknown xxx module" when using one module of dotSCAD. Just try to `include <xxx.xcad>`.
If OpenSCAD generates "WARNING: Ignoring unknown xxx function" or "WARNING: Ignoring unknown xxx module" when using one module of dotSCAD. Just try to `include <xxx.scad>`.
## Documentation