mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fix missing commas
This commit is contained in:
parent
340c44a30c
commit
270c83bd8f
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ function cuboid(
|
|||
// Function&Module: prismoid()
|
||||
// Synopsis: Creates a rectangular prismoid shape with optional roundovers and chamfering.
|
||||
// Topics: Shapes (3D), Attachable, VNF Generators
|
||||
// See Also: cuboid() rounded_prism() wedge() octahedron()
|
||||
// See Also: cuboid(), rounded_prism(), wedge(), octahedron()
|
||||
|
||||
// Usage: Typical Prismoids
|
||||
// prismoid(size1, size2, h|l, [shift], ...) [ATTACHMENTS];
|
||||
|
|
Loading…
Reference in a new issue