changeset 21611:4b66ceee5c4c stable

doc: fix on manual the syntax to empty elements from cell array.
author Carnë Draug <carandraug@octave.org>
date Tue, 12 Apr 2016 12:42:05 +0100
parents 09a06ed4d1ba
children edd0ce03f548 9860b8183202
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Mon Apr 04 14:49:23 2016 -0400
+++ b/doc/interpreter/container.txi	Tue Apr 12 12:42:05 2016 +0100
@@ -822,7 +822,7 @@
 @example
 @group
 x = @{"1", "2"; "3", "4"@};
-x@{1, :@} = []
+x(1, :) = @{[]@}
 @result{} x =
       @{
         [1,1] = [](0x0)