1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 11:12:42 +02:00

fixed typos

This commit is contained in:
Justin Lin
2017-03-31 13:16:00 +08:00
parent aaf2c3f722
commit 34203f6482
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
## Introduction
Every module or function is located in the file which has the same name as the module or the function. For examples, if you want to use the `line2d` module to draw a line, `include <line2d.scad>;` first.
Every module or function is located in the file which has the same name as the module or the function. For example, if you want to use the `line2d` module to draw a line, `include <line2d.scad>;` first.
include <line2d.scad>;