From a4ca07cc8c4626e5e9b94f27da75959bba14ffac Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 21 Jun 2000 01:48:46 +0000 Subject: [PATCH] Minor grammatical fix --- Doc/lib/libstring.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 5a0a41c49d..b04dbbefff 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -142,7 +142,7 @@ The functions defined in this module are: Return the number of (non-overlapping) occurrences of substring \var{sub} in string \code{\var{s}[\var{start}:\var{end}]}. Defaults for \var{start} and \var{end} and interpretation of - negative values is the same as for slices. + negative values are the same as for slices. \end{funcdesc} \begin{funcdesc}{lower}{s} -- 2.40.0