diff doc/interpreter/vectorize.txi @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 51a1d1164449 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/doc/interpreter/vectorize.txi	Tue Jan 20 09:55:41 2015 -0500
+++ b/doc/interpreter/vectorize.txi	Tue Jan 20 10:24:46 2015 -0500
@@ -566,7 +566,7 @@
 a matrix variable is used multiple times as an index, checking the
 indices (and internal conversion to integers) is only done once.
 
-@item Be aware of lazy copies (copy-on-write).  
+@item Be aware of lazy copies (copy-on-write).
 @cindex copy-on-write
 @cindex COW
 @cindex memory management