diff scripts/strings/substr.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 1bf0ce0930be
children 693e22af08ae
line wrap: on
line diff
--- a/scripts/strings/substr.m
+++ b/scripts/strings/substr.m
@@ -35,7 +35,7 @@
 ## @end group
 ## @end example
 ##
-## This function is patterned after AWK.  You can get the same result by
+## This function is patterned after AWK@.  You can get the same result by
 ## @code{@var{s}(@var{offset} : (@var{offset} + @var{len} - 1))}.
 ## @end deftypefn