From d06a27503e94e5c7f8b08837f78abf3202cb09a2 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Wed, 26 Mar 2025 07:27:54 -0400 Subject: [PATCH] doc fix --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index c76d6e81..0e6b6ccc 100644 --- a/attachments.scad +++ b/attachments.scad @@ -5270,7 +5270,7 @@ function transform_desc(T,desc) = // See the last examples in {{prism_connector()}} for examples using this module. // Arguments: // transforms = list of transformation matrices to apply to the children -// Side Effect: +// Side Effects: // `$count` is set to the number of transformations // `$idx` is set to the index number of the current transformation // `$is_last` is set to true if this is the last copy and false otherwise