changeset 23115:94c97f219f5c

fminsearch.m: Remove double word in docstring (bug #44220).
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 29 Jan 2017 16:51:30 +0100
parents 19e958974410
children 868daa374c49
files scripts/optimization/fminsearch.m
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/optimization/fminsearch.m	Sun Jan 29 16:24:33 2017 +0100
+++ b/scripts/optimization/fminsearch.m	Sun Jan 29 16:51:30 2017 +0100
@@ -32,9 +32,8 @@
 ##
 ## Options for the search are provided in the parameter @var{options} using the
 ## function @code{optimset}.  Currently, @code{fminsearch} accepts the options:
-## options: @qcode{"TolX"}, @qcode{"TolFun"}, @qcode{"MaxFunEvals"},
-## @qcode{"MaxIter"}, @qcode{"Display"}, @qcode{"FunValCheck"} and
-## @qcode{"OutputFcn"}.
+## @qcode{"TolX"}, @qcode{"TolFun"}, @qcode{"MaxFunEvals"}, @qcode{"MaxIter"},
+## @qcode{"Display"}, @qcode{"FunValCheck"}, and @qcode{"OutputFcn"}.
 ## For a description of these options, see @code{optimset}.
 ##
 ## Additional inputs for the function @var{fun} can be passed as the fourth