changeset 28235:a6edb8097ec6

endsWith.m: delete duplicate line in docstring.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 22 Apr 2020 13:23:05 +0200
parents 2757f267a198
children 5bb1c0cbb27e
files scripts/strings/endsWith.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/strings/endsWith.m	Tue Apr 21 18:19:13 2020 -0700
+++ b/scripts/strings/endsWith.m	Wed Apr 22 13:23:05 2020 +0200
@@ -25,7 +25,6 @@
 
 ## -*- texinfo -*-
 ## @deftypefn  {} {@var{retval} =} endsWith (@var{str}, @var{pattern})
-## @deftypefnx {} {@var{retval} =} endsWith (@var{str}, @var{pattern}, "IgnoreCase", @var{confirm_ignore})
 ## @deftypefnx {} {@var{retval} =} endsWith (@var{str}, @var{pattern}, "IgnoreCase", @var{ignore_case})
 ## Check whether string(s) end with pattern(s).
 ##