Removed extraneous 'See Also`

This commit is contained in:
Alex Matulich
2025-06-29 18:57:23 -07:00
parent f4180d5662
commit 59202d053a

View File

@@ -569,7 +569,6 @@ function resample_path(path, n, spacing, keep_corners, closed=true) =
// Synopsis: Removes points from an irregular path, preserving dominant features. // Synopsis: Removes points from an irregular path, preserving dominant features.
// SynTags: Path // SynTags: Path
// Topics: Paths // Topics: Paths
// See Also:
// Usage: // Usage:
// newpath = reduce_path(path, maxerr, [closed=]); // newpath = reduce_path(path, maxerr, [closed=]);
// Description: // Description: