reporting: fix typo

remove-priordens
Houtan Bastani 2013-03-28 17:08:39 +01:00
parent 6b3b92d7dd
commit 7c7ff24ebe
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ elseif nargin > 1
end
% Check options provided by user
assert(isint(o.cols), '@graph.graph: cols must be an integer');
assert(isint(o.cols), '@section.section: cols must be an integer');
% Create section object
o = class(o, 'section');