manual typos, again
Thomas Weber
thomas.weber.mail at gmail.com
Tue Sep 9 04:05:18 CDT 2008
Am Dienstag, den 09.09.2008, 09:29 +0200 schrieb Francesco Potorti`:
> In the "Cell Arrays" page, I read:
>
> where `I, J' is equally a comma separated list. Comma separated lists
> can not be directly manipulated by the user. However, both structures
> are cell arrays can be converted into comma separated lists, which
> ^^^
>
> are --> and
Changeset attached.
Thomas
-------------- next part --------------
# HG changeset patch
# User Thomas Weber <thomas.weber.mail at gmail.com>
# Date 1220951054 -7200
# Node ID 7d238b422cd3710c777f5c0ad30c2a028518db72
# Parent 6a292b0fa88c04abd1f2390925c8982ac64c6264
typo in comma separated lists chapter
diff --git a/doc/interpreter/container.txi b/doc/interpreter/container.txi
--- a/doc/interpreter/container.txi
+++ b/doc/interpreter/container.txi
@@ -717,7 +717,7 @@
@noindent
where @code{@var{i}, @var{j}} is equally a comma separated list. Comma
separated lists can not be directly manipulated by the user. However,
-both structures are cell arrays can be converted into comma
+both structures and cell arrays can be converted into comma
separated lists, which makes them useful to keep the input arguments and
return values of functions organized. Another example of where a comma
separated list can be used is in the creation of a new array. If all the
More information about the Bug-octave
mailing list