From ae55144035aa2a02184ea84bdedfe215f8e858ad Mon Sep 17 00:00:00 2001 From: Terry Miller Date: Tue, 19 Dec 2023 11:41:37 -0700 Subject: [PATCH] typo --- docs/pages/docs/commands/createpts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/docs/commands/createpts.md b/docs/pages/docs/commands/createpts.md index c01e9c40..e236af89 100755 --- a/docs/pages/docs/commands/createpts.md +++ b/docs/pages/docs/commands/createpts.md @@ -17,8 +17,7 @@ This command adds points to a mesh object. For some special cases, it will also **[createpts/interp](createpts/createpts_interp.md)** Creates points by linear interpolation between two point sets. -**[createpts/poisson_disk](createpts/createpts_poisson.md)** Create uniform or variable spaced vertices inside a pllygon using Poisson Disk sampling. - +**[createpts/poisson_disk](createpts/createpts_poisson.md)** Use Poisson Disk sampling to create uniform or variable spaced points inside a polygon. **[createpts/sphere](createpts/cresphere.md)** Create points for a sphere.