From ef345742e1c80a34b8638ea45451a602ea98aad5 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 24 Oct 2019 11:12:44 +0200 Subject: [PATCH] fix typo in comment --- src/@report_table/report_table.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@report_table/report_table.m b/src/@report_table/report_table.m index 5f8d36a..d7418e0 100644 --- a/src/@report_table/report_table.m +++ b/src/@report_table/report_table.m @@ -37,7 +37,7 @@ classdef report_table < handle showVlines = false % vlineAfter = '' % Show a vertical line after the specified date (or dates if a cell array of dates is passed). Default: empty. vlineAfterEndOfPeriod = false % Show a vertical line after the end of every period (i.e. after every year, after the fourth quarter, etc.). Default: false. - data = '' % The dseries that provides the data for the graph. Default: none. + data = '' % The dseries that provides the data for the table. Default: none. seriesToUse = '' % The names of the series contained in the dseries provided to the data option. If empty, use all series provided to data option. Default: empty. range = {} % The date range of the data to be displayed. Default: all. precision = 1 % The number of decimal places to report in the table data (rounding done via the round half away from zero method). Default: 1. -- GitLab