diff scripts/testfun/speed.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents be55736a0783
children 87f258202b0f
line wrap: on
line diff
--- a/scripts/testfun/speed.m	Sun Aug 01 14:50:51 2010 -0400
+++ b/scripts/testfun/speed.m	Sun Aug 01 20:22:17 2010 -0700
@@ -90,6 +90,7 @@
 ## speed ("for i = 1:n, y@{i@} = x(i); end", "", [1000,10000])
 ## @end example
 ##
+## @noindent
 ## but it is if you preallocate the cell array @code{y}:
 ##
 ## @example