From e3227ef66b6bba33b06365203929e9854b925621 Mon Sep 17 00:00:00 2001
From: Revar Desmera <revarbat@gmail.com>
Date: Tue, 9 Oct 2018 15:35:40 -0700
Subject: [PATCH] Corrected grammar in comment.

---
 paths.scad | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paths.scad b/paths.scad
index 7c08824..06ffc87 100644
--- a/paths.scad
+++ b/paths.scad
@@ -187,7 +187,7 @@ function points_along_path3d(
 // extrudes it perpendicularly along a 3D polyline path, forming a solid.
 //   polyline = Array of points of a polyline path, to be extruded.
 //   path = Array of points of a polyline path, to extrude along.
-//   convexity = max number of surfaces any single ray can pass through.
+//   convexity = max number of surfaces any single ray could pass through.
 // Example:
 //   shape = [ [-15, 0], [0, 0], [-5, 10], [0, 10], [5, 10], [10, 5], [15, 0], [10, -5], [5, -10], [0, -10], [-5, -10], [-10, -5], [-15, 0] ];
 //   path = [ [0, 0, 0], [100, 33, 33], [200, -33, -33], [300, 0, 0] ];