diff doc/interpreter/container.txi @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents 1eb430d9a1b9
children 5161d02c96b7
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Mon Apr 04 13:37:13 2011 -0700
+++ b/doc/interpreter/container.txi	Mon Apr 04 15:33:46 2011 -0700
@@ -779,7 +779,7 @@
 @end group
 @end example
 
-The indexing operations operate on the the cell array and not on the objects
+The indexing operations operate on the cell array and not on the objects
 within the cell array.  By contrast, @code{cellindexmat} applies matrix indexing
 to the objects within each cell array entry and returns the requested values.