From 3ee55981f92b88fc0e2a43a0821cc32b2156ab08 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Mon, 5 Oct 2020 12:02:54 +0100 Subject: [PATCH] Comment spelling. --- readme.md | 2 +- utils/horiholes.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6806b99..2f542e0 100644 --- a/readme.md +++ b/readme.md @@ -5387,7 +5387,7 @@ Method to print holes in mid air. See -horicylinder() makes cylinders that fit inside a round hole. Layers that are less than 2 filaments wide and layers that need more than a 45 degree overhang are ommitted. +```horicylinder()``` makes cylinders that fit inside a round hole. Layers that are less than 2 filaments wide and layers that need more than a 45 degree overhang are omitted. [utils/horiholes.scad](utils/horiholes.scad) Implementation. diff --git a/utils/horiholes.scad b/utils/horiholes.scad index 9cdd513..394d869 100644 --- a/utils/horiholes.scad +++ b/utils/horiholes.scad @@ -20,7 +20,7 @@ // //! Utilities for depicting the staircase slicing of horizontal holes made with [`teardrop_plus()`](#teardrops), see //! -//! horicylinder() makes cylinders that fit inside a round hole. Layers that are less than 2 filaments wide and layers that need more than a 45 degree overhang are ommitted. +//! ```horicylinder()``` makes cylinders that fit inside a round hole. Layers that are less than 2 filaments wide and layers that need more than a 45 degree overhang are omitted. // include <../utils/core/core.scad>