changeset 8525:bf6befcfa70a

strrep.m: doc fix
author John W. Eaton <jwe@octave.org>
date Thu, 15 Jan 2009 14:40:02 -0500
parents 937921654627
children 17e0ad741fac
files scripts/strings/strrep.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/strings/strrep.m	Thu Jan 15 07:22:24 2009 +0100
+++ b/scripts/strings/strrep.m	Thu Jan 15 14:40:02 2009 -0500
@@ -19,8 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} strrep (@var{s}, @var{x}, @var{y})
-## Replaces all occurrences of the substring @var{x} of the string @var{s}
-## with the string @var{y} and returns the result.  For example,
+## Replace all occurrences of the substring @var{x} of the string @var{s}
+## with the string @var{y} and return the result.  For example,
 ##
 ## @example
 ## strrep ("This is a test string", "is", "&%$")