From 68f2539726aade8962b2a12de72aafe3ca97ab6d Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 2 Jun 2019 09:54:09 +0800 Subject: [PATCH] typo --- docs/lib-vorono3d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-vorono3d.md b/docs/lib-vorono3d.md index 4fac3aa1..c8cc2a1f 100644 --- a/docs/lib-vorono3d.md +++ b/docs/lib-vorono3d.md @@ -1,6 +1,6 @@ # voronoi -Creats a three version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). The initial space for each cell is calculated automatically from the given points by the following code: +Creats a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). The initial space for each cell is calculated automatically from the given points by the following code: xs = [for(p = points) p[0]]; ys = [for(p = points) abs(p[1])];