From 6fd373cc67599853e96b8971a67d61e18d3440c5 Mon Sep 17 00:00:00 2001 From: Dan Fortunato Date: Tue, 2 Apr 2024 12:00:46 -0500 Subject: [PATCH] Fix typo in chunkerfit help text --- chunkie/chunkerfit.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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