# HG changeset patch # User Thorsten Meyer # Date 1223027744 -7200 # Node ID c9d6071b9696b8ba72496181b5dc64d87fa0f04e # Parent 977d5204cf67e5cd19c911023fac707f8d972a33 uncomplete sentence in documentation text diff -r 977d5204cf67 -r c9d6071b9696 doc/ChangeLog --- 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 + * interpreter/container.txi: minor correction of the text + 2008-09-25 Søren Hauberg * interpreter/image.txi: Update for imread and imwrite instead of diff -r 977d5204cf67 -r c9d6071b9696 doc/interpreter/container.txi --- 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"@};