Fixed typo in subdivide_path() docs.

This commit is contained in:
Garth Minette 2020-06-24 23:32:59 -07:00
parent a3207af6ab
commit 62b54e4ef3
2 changed files with 2 additions and 2 deletions

View file

@ -1167,7 +1167,7 @@ function _sum_preserving_round(data, index=0) =
// Function: subdivide_path()
// Usage:
// newpath = subdivifde_path(path, [N|refine], method);
// newpath = subdivide_path(path, [N|refine], method);
// Description:
// Takes a path as input (closed or open) and subdivides the path to produce a more
// finely sampled path. The new points can be distributed proportional to length

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,370];
BOSL_VERSION = [2,0,371];
// Section: BOSL Library Version Functions