# HG changeset patch # User Thomas Weber # Date 1220978291 14400 # Node ID 5bc08f9758e6a8a9cf1e3ac28b32ade55c3c817d # Parent dcc31f47359620e7fd37f1f16fd69bf002fe60df typo in comma separated lists chapter diff -r dcc31f473596 -r 5bc08f9758e6 doc/interpreter/container.txi --- a/doc/interpreter/container.txi Tue Sep 09 12:36:53 2008 -0400 +++ b/doc/interpreter/container.txi Tue Sep 09 12:38:11 2008 -0400 @@ -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