octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix typo in `length' documentation


From: John W. Eaton
Subject: fix typo in `length' documentation
Date: Tue, 12 Nov 2002 20:50:16 -0600

On 31-Aug-2001, Joseph P. Skudlarek <address@hidden> wrote:

| ========================================================================
| diff -cr data.texi{-ORIG,}
| ========================================================================
| *** data.texi-ORIG    Fri Aug 31 22:16:22 2001
| --- data.texi Fri Aug 31 22:37:30 2001
| ***************
| *** 150,156 ****
|   
|   @anchor{doc-length}
|   @deftypefn {Built-in Function} {} length (@var{a})
| ! Return the `lenghth' of the object @var{a}.  For matrix objects, the
|   length is the number of rows or columns, whichever is greater (this
|   odd definition is used for compatibility with Matlab).
|   @end deftypefn
| --- 150,156 ----
|   
|   @anchor{doc-length}
|   @deftypefn {Built-in Function} {} length (@var{a})
| ! Return the `length' of the object @var{a}.  For matrix objects, the
|   length is the number of rows or columns, whichever is greater (this
|   odd definition is used for compatibility with Matlab).
|   @end deftypefn
| ========================================================================
| Suggested ChangeLog
| ========================================================================
| 2001-08-31  Joseph P. Skudlarek  <address@hidden>
| 
|       * interpreter/data.texi (Object Sizes): Fix spelling of 'length'.

Sorry for the delay!  I've made this change (but in the source file,
src/data.cc).

Thanks,

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]