Mercurial > hg > octave-lyh
diff src/utils.cc @ 11575:d6619410e79c
Spellcheck documentation before 3.4 release.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 19 Jan 2011 21:16:13 -0800 |
parents | 7d6d8c1e471f |
children | 12df7854fa7c |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -1301,7 +1301,7 @@ @deftypefn {Built-in Function} {} isindex (@var{ind})\n\ @deftypefnx {Built-in Function} {} isindex (@var{ind}, @var{n})\n\ Return true if @var{ind} is a valid index. Valid indices are\n\ -either positive integers (although possibly of real datatype), or logical\n\ +either positive integers (although possibly of real data type), or logical\n\ arrays. If present, @var{n} specifies the maximum extent of the dimension\n\ to be indexed. When possible the internal result is cached so that\n\ subsequent indexing using @var{ind} will not perform the check again.\n\