From c32544dc4afb0452bf497872e85fc227c2d258ea Mon Sep 17 00:00:00 2001
From: Adrian Mariano <avm4@cornell.edu>
Date: Mon, 1 Apr 2024 23:06:14 -0400
Subject: [PATCH] doc fixes

---
 beziers.scad | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/beziers.scad b/beziers.scad
index 605ce5e..4921722 100644
--- a/beziers.scad
+++ b/beziers.scad
@@ -1448,7 +1448,7 @@ function bezier_patch_normals(patch, u, v) =
 
 
 // Module: debug_bezier()
-// Synopsis: Shows a bezier path and it's associated control points.
+// Synopsis: Shows a bezier path and its associated control points.
 // SynTags: Geom
 // Topics: Bezier Paths, Debugging
 // See Also: bezpath_curve()
@@ -1518,7 +1518,7 @@ module debug_bezier(bezpath, width=1, N=3) {
 //   showcps = If true, show the controlpoints as well as the surface.  Default: true.
 //   showdots = If true, shows the calculated surface vertices.  Default: false.
 //   showpatch = If true, shows the surface faces.  Default: true.
-//   size = Size to show control points and lines.
+//   size = Size to show control points and lines.  Default: 1% of the maximum side length of a box bounding the patch.
 //   style = The style of subdividing the quads into faces.  Valid options are "default", "alt", and "quincunx".
 //   convexity = Max number of times a line could intersect a wall of the shape.
 // Example: