From 915d0d3dbf4f7e9c52b971160ce9b2d3d7c6eb57 Mon Sep 17 00:00:00 2001 From: Richard Milewski Date: Wed, 18 Jun 2025 17:36:04 -0700 Subject: [PATCH] docfix --- attachments.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachments.scad b/attachments.scad index bec301a3..4aab51f7 100644 --- a/attachments.scad +++ b/attachments.scad @@ -1879,7 +1879,7 @@ module tag_conv_hull(tag="",keep="keep") // hide(tags) CHILDREN; // Description: // Hides all attachable children with the given tags, which you supply as a space separated string. Previously hidden objects remain hidden, so hiding is cumulative, unlike `show_only()`. -// For a step-by-step explanation of tagged attachments, see the [Attachments Tutorial](Tutorial-Attachment-Tags). +// For a step-by-step explanation of tagged attachments, see the [Attachments Tutorial](Tutorial-Attachment-Tags). // Side Effects: // Sets `$tags_hidden` to include the tags you specify. // Example: Hides part of the model.