From e6fa6865668e9c6dae8ed6931396451c9bbf2e06 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Thu, 22 Oct 2015 11:07:59 +0200 Subject: [PATCH] fix typo --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 7258b7a31..69581b0dc 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -11920,7 +11920,7 @@ Replace the names in @var{A} with those passed in the cell string array @examplehead @example >> ts0 = dseries(ones(2,3)); ->> ts1 = ts0.rename(@{'Bush','Worst','President'@}) +>> ts1 = ts0.rename(@{'Tree','Worst','President'@}) ts1 is a dseries object: