From df4f3acca821659c9aec3df26f91063fa6ff4aff Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sat, 21 Jun 2025 12:46:11 -0400 Subject: [PATCH] more edits --- tutorials/Attachment-Making.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Attachment-Making.md b/tutorials/Attachment-Making.md index 023ceedb..9ed70fbf 100644 --- a/tutorials/Attachment-Making.md +++ b/tutorials/Attachment-Making.md @@ -625,8 +625,8 @@ an attachable part called "inside" that lets you attach to the inside of the tube. Below we create an example where an object is made from two -cylindrical parts, and we want to be able to attach to either one. -In order to create attchable parts you must pass a list of the parts +cylindrical parts, and we want to be able to attach to either +one. In order to create attchable parts you must pass a list of the parts to `attachable()`. You create a part using the `define_part()` function which requires the part's name and its geometry. You can optionally provide a transformation using the `T=` parameter and give