Skip to content

Commit b76ff11

Browse files
committed
no type hint for old matlab [skip ci]
1 parent 2bf6acf commit b76ff11

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

+stdlib/checkout_license.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
% be used rather than just checking if the relevant toolbox is installed.
1212

1313
function [ok, featureName] = checkout_license(packageName)
14-
arguments
15-
packageName (1,1) string
16-
end
14+
% arguments
15+
% packageName (1,1) string
16+
% end
1717

1818
ok = false;
1919
featureName = string.empty;

0 commit comments

Comments
 (0)