diff scripts/geometry/voronoi.m @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 516bb87ea72e
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/geometry/voronoi.m	Thu May 19 19:42:57 2016 -0400
+++ b/scripts/geometry/voronoi.m	Thu May 19 18:48:52 2016 -0700
@@ -114,8 +114,8 @@
     error ("voronoi: minimum of 2 points needed");
   endif
 
-  ## Add box to approximate rays to infinity. For Voronoi diagrams the
-  ## box can (and should) be close to the points themselves. To make the
+  ## Add box to approximate rays to infinity.  For Voronoi diagrams the
+  ## box can (and should) be close to the points themselves.  To make the
   ## job of finding the exterior edges it should be at least two times the
   ## delta below however
   xmax = max (x(:));