diff src/data.cc @ 11908:b12aa8aef1c0 release-3-0-x

One word missing from int8 help string.
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Jan 2009 10:56:09 +0100
parents 28b0618cf67c
children 4751f7502e9b
line wrap: on
line diff
--- a/src/data.cc	Mon Jan 12 10:54:52 2009 +0100
+++ b/src/data.cc	Mon Jan 12 10:56:09 2009 +0100
@@ -1524,7 +1524,7 @@
 @deftypefn {Built-in Function} {} isinteger (@var{x})\n\
 Return true if @var{x} is an integer object (int8, uint8, int16, etc.).\n\
 Note that @code{isinteger (14)} is false because numeric constants in\n\
-are double precision floating point values.\n\
+Octave are double precision floating point values.\n\
 @seealso{isreal, isnumeric, class, isa}\n\
 @end deftypefn")
 {