mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-04-13 02:31:58 +02:00
fixed typos
This commit is contained in:
parent
aaf2c3f722
commit
34203f6482
@ -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>;
|
||||
|
||||
|
@ -10,7 +10,7 @@ Bends a 3D object into an arc shape.
|
||||
|
||||
## Examples
|
||||
|
||||
The containing cube of the target object should be laid down on the x-y plane. For examples.
|
||||
The containing cube of the target object should be laid down on the x-y plane. For example.
|
||||
|
||||
include <bend.scad>;
|
||||
|
||||
|
@ -36,7 +36,7 @@ The following code has the same effect.
|
||||
|
||||

|
||||
|
||||
The `rotate_p` function is useful in some situations. For examples, you probably want to get all points on the path of a spiral around a sphere.
|
||||
The `rotate_p` function is useful in some situations. For example, you probably want to get all points on the path of a spiral around a sphere.
|
||||
|
||||
include <rotate_p.scad>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user