diff doc/interpreter/numbers.txi @ 9136:537a73861cb7

Fix small mistake in example.
author Ansgar Burchard <ansgar@43-1.org>
date Sun, 19 Apr 2009 15:30:12 +0200
parents 58604c45ca74
children 48ee8c73ff38
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi
+++ b/doc/interpreter/numbers.txi
@@ -638,7 +638,7 @@
 data = [ 1, 2; 3, 4 ];
 idx = (data <= 2);
 data(idx)
-     @result{} ans = [ 1; 4 ]
+     @result{} ans = [ 1; 2 ]
 @end example
 
 @noindent