From de8e5f2df0256f2e1ebeb88bdcc19ec819c4e6b6 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 6 Apr 2023 19:52:31 -0400 Subject: [PATCH] fix synopsis errors --- shapes3d.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes3d.scad b/shapes3d.scad index d071f35..b46a257 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -2841,7 +2841,7 @@ function onion(r, ang=45, cap_h, d, anchor=CENTER, spin=0, orient=UP) = // Section: Text // Module: text3d() -// Synopsis: Creates an attachable 3d text block, or returns a vnf. +// Synopsis: Creates an attachable 3d text block. // Topics: Attachments, Text // See Also: path_text(), text() // Usage: @@ -2948,7 +2948,7 @@ function _cut_interp(pathcut, path, data) = // Module: path_text() -// Synopsis: Creates 2d or 3d text placed along a path, or returns a vnf. +// Synopsis: Creates 2d or 3d text placed along a path. // Topics: Text, Paths, Paths (2D), Paths (3D), Path Generators, Path Generators (2D) // See Also, text(), text2d() // Usage: