Mercurial > hg > octave-nkf
diff scripts/strings/base2dec.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 | 952d4df5b686 |
children | 7e8ce65f73cf |
line wrap: on
line diff
--- a/scripts/strings/base2dec.m +++ b/scripts/strings/base2dec.m @@ -30,7 +30,7 @@ ## ## If @var{s} is a matrix, returns a column vector with one value per ## row of @var{s}. If a row contains invalid symbols then the -## corresponding value will be NaN. Rows are right-justified before +## corresponding value will be NaN@. Rows are right-justified before ## converting so that trailing spaces are ignored. ## ## If @var{b} is a string, the characters of @var{b} are used as the