changeset 13034:fa0827db4d5d stable

doc/interpreter/stmt.txi: Correct typo. Bug #34187.
author Ben Abbott <bpabbott@mac.com>
date Thu, 01 Sep 2011 12:18:09 -0400
parents d0dccc6dd4e7
children 8abb190e6cc8
files doc/interpreter/stmt.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi	Thu Sep 01 11:19:52 2011 -0400
+++ b/doc/interpreter/stmt.txi	Thu Sep 01 12:18:09 2011 -0400
@@ -580,7 +580,7 @@
 
 @example
 @group
-a = [1,3;2,4]; b = cat(3, a, 2*a);
+a = [1,3;2,4]; c = cat(3, a, 2*a);
 for i = c
   i
 endfor