changeset 13028:9b191d0e547f stable

doc: fix typo in ndims doc string * data.cc (Fndims): Fix typo in doc string.
author John W. Eaton <jwe@octave.org>
date Tue, 30 Aug 2011 14:34:20 -0400
parents 58d704d3283c
children 50db905c3cf1 d2997525fcb6
files src/data.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.cc	Mon Aug 29 09:15:43 2011 +0200
+++ b/src/data.cc	Tue Aug 30 14:34:20 2011 -0400
@@ -2029,7 +2029,7 @@
 \n\
 @example\n\
 @group\n\
-  ndims (ones (4, 1, 2, 1)\n\
+  ndims (ones (4, 1, 2, 1))\n\
      @result{} 3\n\
 @end group\n\
 @end example\n\