Skip to content

Commit

Permalink
fix(Util): missing semicolon in readMappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocehugo committed Feb 23, 2021
1 parent 8217ace commit 3a60b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/readMappings.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
% Example:
%
% file = [toolboxRootPath 'GUI/instrumentAliases.txt'];
% [mappings] = readMappings(file)
% [mappings] = readMappings(file);
% assert(mappings.Count>0)
% keys = mappings.keys;
% values = mappings.values;
Expand Down

0 comments on commit 3a60b58

Please sign in to comment.