# HG changeset patch # User Thomas Weber # Date 1220978291 14400 # Node ID 5860aaef2f6fda163ac4fbd97141b8f37c30867a # Parent 806c1e8a07c8374b7c8b7203dd1199daa8464509 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