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

reporting: fix typo

parent 6b3b92d7
Branches
Tags
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