changeset 8176:c9d6071b9696

uncomplete sentence in documentation text
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Fri, 03 Oct 2008 11:55:44 +0200
parents 977d5204cf67
children 65c4ac814082
files doc/ChangeLog doc/interpreter/container.txi
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Oct 02 22:50:44 2008 +0200
+++ b/doc/ChangeLog	Fri Oct 03 11:55:44 2008 +0200
@@ -1,3 +1,6 @@
+2008-10-03  Thorsten Meyer <thorsten.meyier@gmx.de>
+        * interpreter/container.txi: minor correction of the text
+        
 2008-09-25  Søren Hauberg  <hauberg@gmail.com>
 
 	* interpreter/image.txi: Update for imread and imwrite instead of
--- a/doc/interpreter/container.txi	Thu Oct 02 22:50:44 2008 +0200
+++ b/doc/interpreter/container.txi	Fri Oct 03 11:55:44 2008 +0200
@@ -768,8 +768,8 @@
 operation, it is possible to achieve the same using the @samp{(}
 and @samp{)} operators for indexing. When a cell array is indexed
 using the @samp{(} and @samp{)} operators a new cell array containing
-the selected elements. Using this syntax, the previous example can
-be simplified into the following
+the selected elements will be created. Using this syntax, the previous 
+example can be simplified into the following
 
 @example
 a = @{1, rand(2, 2), "three"@};