diff --git a/chunkie/chunkerfit.m b/chunkie/chunkerfit.m index d2daacd..987ec68 100644 --- a/chunkie/chunkerfit.m +++ b/chunkie/chunkerfit.m @@ -1,7 +1,7 @@ function chnkr = chunkerfit(xy, opts) %CHUNKERFIT Create a chunker by fitting a curve to a set of points. % -% Syntax: chnkr = CHUNKERFIT(pts, opts) +% Syntax: chnkr = CHUNKERFIT(xy, opts) % % Input: % xy - (2,:) array of points used to fit a curve