changeset 11832:5860aaef2f6f release-3-0-x

typo in comma separated lists chapter
author Thomas Weber <thomas.weber.mail@gmail.com>
date Tue, 09 Sep 2008 12:38:11 -0400
parents 806c1e8a07c8
children 355d6b8e2111
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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