Skip to content

Commit

Permalink
Typo replaced in publishFunctionCate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed Jan 30, 2024
1 parent c1a843c commit 7a39dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbox/utilities_help/publishFunctionCate.m
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@

assert(~isempty(ini),['Category: ' letterINI ' not found'])
% pick the 2nd instance of the Category anchor because the 1st is in
% the navigation left panel
% the navigation left panel


if strcmp(letterINI,'MULT-Categorical')
ini=ini(1);
else
ini=ini(2);
assert(length(ini)==1,['Category: ' letterINI ' is duplicated'])
assert(isscalar(ini),['Category: ' letterINI ' is duplicated'])
end


Expand Down

0 comments on commit 7a39dd1

Please sign in to comment.