From 340c44a30c3d31c344b723e5b63cfaaabbeaef9d Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Mon, 27 Mar 2023 15:03:22 -0700 Subject: [PATCH] Fix Typos --- shapes3d.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes3d.scad b/shapes3d.scad index b4f363f..e3425ef 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -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]; @@ -2141,7 +2141,7 @@ function sphere(r, d, anchor=CENTER, spin=0, orient=UP) = // Function&Module: spheroid() // Synopsis: Creates an attachable spherical object with controllable triangulation. // Topics: Shapes (3D), Attachable, VNF Generators -// See Also: sphere(); +// See Also: sphere() // // Usage: Typical // spheroid(r|d, [circum], [style]) [ATTACHMENTS];