From 107951aad0671dcf061a31719e2871364c86afce Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Thu, 4 Jul 2019 14:48:09 +0100 Subject: [PATCH] Typo --- readme.md | 2 +- utils/round.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1001a59..1c971d4 100644 --- a/readme.md +++ b/readme.md @@ -4112,7 +4112,7 @@ Square with one rounded corner. --- ## Round -Round 2D shapes uisng `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow. +Round 2D shapes using `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow. A single radius can be specified or separate internal and external radii. If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the diff --git a/utils/round.scad b/utils/round.scad index bab60aa..a4c0b73 100644 --- a/utils/round.scad +++ b/utils/round.scad @@ -17,7 +17,7 @@ // If not, see . // -//! Round 2D shapes uisng `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow. +//! Round 2D shapes using `offset()`, which is fast and 3D shapes with [`offset_3D()`](#offset), which is very slow. //! //! A single radius can be specified or separate internal and external radii. //! If `chamfer_base` is `true` for `round_3D()` then the bottom edge is made suitable for 3D printing by chamfering once the