We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc8c64 commit ded83a8Copy full SHA for ded83a8
+stdlib/ini2struct.m
@@ -55,7 +55,7 @@
55
function i = is_comment(line)
56
% a comment line detected
57
58
-i = isempty(line) || any(startsWith(line, [";", "#"]));
+i = isempty(line) || startsWith(line, [";", "#"]);
59
60
end
61
0 commit comments