# HG changeset patch # User Markus Mützel # Date 1587554585 -7200 # Node ID a6edb8097ec6967d3b563bf2692992357fbf87b4 # Parent 2757f267a19815955ceced905bac5a25d0e7ccef endsWith.m: delete duplicate line in docstring. diff -r 2757f267a198 -r a6edb8097ec6 scripts/strings/endsWith.m --- 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). ##