changeset 12923:b7e526ce7a3a stable

Fix incorrect example output for concatenating cs-lists from cells
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Fri, 05 Aug 2011 10:58:14 -0500
parents f3a8d1efe2c1
children 67a5acac8e1b
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
@@ -974,7 +974,7 @@
 a = @{1, [2, 3], 4, 5, 6@};
 b = [a@{1:4@}]
      @result{} b =
-         1   2   3   4
+         1   2   3   4   5
 @end group
 @end example