Mercurial > hg > octave-nkf
diff scripts/strings/substr.m @ 8442:502e58a0d44f
Fix docstrings, add examples, references and tests to string functions
author | Thorsten Meyer <thorsten.meyier@gmx.de> |
---|---|
date | Mon, 05 Jan 2009 08:11:03 +0100 |
parents | 83a8781b529d |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/strings/substr.m +++ b/scripts/strings/substr.m @@ -33,7 +33,7 @@ ## @end example ## ## This function is patterned after AWK. You can get the same result by -## @code{@var{s} (@var{offset} : (@var{offset} + @var{len} - 1))}. +## @code{@var{s}(@var{offset} : (@var{offset} + @var{len} - 1))}. ## @end deftypefn ## Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>