From fe1d017252bc715083c13f82b90a48e490dbaa25 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 19 Mar 2022 08:42:13 -0400 Subject: [PATCH] add missing } --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index cb1d2ae..6d29d54 100644 --- a/attachments.scad +++ b/attachments.scad @@ -542,7 +542,7 @@ module attach(from, to, overlap, norot=false) // Description: // Sets the `$tags` variable as specified for all its children. This makes it easy to set the tags // on multiple items without having to repeat the tag setting for each one. Note that if you want -// to apply tags to non-tag-aware objects you need to use {{force_tags()} instead. +// to apply tags to non-tag-aware objects you need to use {{force_tags()}} instead. // . // For a more step-by-step explanation of attachments, see the [[Attachments Tutorial|Tutorial-Attachments]]. // Arguments: