diff --git a/docs/lib2x-vrn2_cells_from.md b/docs/lib2x-vrn2_cells_from.md index f302a77a..7522c74d 100644 --- a/docs/lib2x-vrn2_cells_from.md +++ b/docs/lib2x-vrn2_cells_from.md @@ -1,6 +1,6 @@ # vrn2_cells_from -Creats cell shapes of Voronoi from a list of points. +Create cell shapes of Voronoi from a list of points. **Since:** 2.4 diff --git a/docs/lib2x-vrn2_cells_space.md b/docs/lib2x-vrn2_cells_space.md index 98ed4992..0cb3cf14 100644 --- a/docs/lib2x-vrn2_cells_space.md +++ b/docs/lib2x-vrn2_cells_space.md @@ -1,6 +1,6 @@ # vrn2_cells_space -Creats cell shapes of Voronoi in the first quadrant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly. +Create cell shapes of Voronoi in the first quadrant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly. **Since:** 2.4 diff --git a/docs/lib2x-vrn2_from.md b/docs/lib2x-vrn2_from.md index e8c3d258..e05d06d4 100644 --- a/docs/lib2x-vrn2_from.md +++ b/docs/lib2x-vrn2_from.md @@ -1,6 +1,6 @@ # vrn2_from -Creats a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a list of points. +Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a list of points. **Since:** 2.4 diff --git a/docs/lib2x-vrn3_from.md b/docs/lib2x-vrn3_from.md index f33a6c65..a4e199f0 100644 --- a/docs/lib2x-vrn3_from.md +++ b/docs/lib2x-vrn3_from.md @@ -1,6 +1,6 @@ # vrn3_from -Creats a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). +Create a 3D version of [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram). **Since:** 2.4 diff --git a/docs/lib2x-vrn3_space.md b/docs/lib2x-vrn3_space.md index 163323d1..f1b83702 100644 --- a/docs/lib2x-vrn3_space.md +++ b/docs/lib2x-vrn3_space.md @@ -1,6 +1,6 @@ # vrn3_space -Creats a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) in the first octant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly. +Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) in the first octant. You specify a space and a grid width. The center of each cell will be distributed in each grid randomly. **Since:** 2.4