Skip to content
Snippets Groups Projects
Commit ffbaf1a5 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: fix typo

parent 430f7b53
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment