mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix Typos
This commit is contained in:
parent
eb2f5944f9
commit
340c44a30c
1 changed files with 2 additions and 2 deletions
|
@ -570,7 +570,7 @@ function cuboid(
|
||||||
// Function&Module: prismoid()
|
// Function&Module: prismoid()
|
||||||
// Synopsis: Creates a rectangular prismoid shape with optional roundovers and chamfering.
|
// Synopsis: Creates a rectangular prismoid shape with optional roundovers and chamfering.
|
||||||
// Topics: Shapes (3D), Attachable, VNF Generators
|
// Topics: Shapes (3D), Attachable, VNF Generators
|
||||||
// See Also: cuboid(), rounded_prism() wedge() octahedron()
|
// See Also: cuboid() rounded_prism() wedge() octahedron()
|
||||||
|
|
||||||
// Usage: Typical Prismoids
|
// Usage: Typical Prismoids
|
||||||
// prismoid(size1, size2, h|l, [shift], ...) [ATTACHMENTS];
|
// prismoid(size1, size2, h|l, [shift], ...) [ATTACHMENTS];
|
||||||
|
@ -2141,7 +2141,7 @@ function sphere(r, d, anchor=CENTER, spin=0, orient=UP) =
|
||||||
// Function&Module: spheroid()
|
// Function&Module: spheroid()
|
||||||
// Synopsis: Creates an attachable spherical object with controllable triangulation.
|
// Synopsis: Creates an attachable spherical object with controllable triangulation.
|
||||||
// Topics: Shapes (3D), Attachable, VNF Generators
|
// Topics: Shapes (3D), Attachable, VNF Generators
|
||||||
// See Also: sphere();
|
// See Also: sphere()
|
||||||
//
|
//
|
||||||
// Usage: Typical
|
// Usage: Typical
|
||||||
// spheroid(r|d, [circum], [style]) [ATTACHMENTS];
|
// spheroid(r|d, [circum], [style]) [ATTACHMENTS];
|
||||||
|
|
Loading…
Reference in a new issue