Skip to content

Commit 43f94be

Browse files
committed
f
1 parent f8b9a16 commit 43f94be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+stdlib/private/hbackend.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
name (1,1) string
1010
end
1111

12-
if ismissing(backend) || ~strlength(backend)
13-
error("stdlib:hbackend:NameError", "backend is <missing>, which is not allowed")
12+
if ~strlength(backend)
13+
error("stdlib:hbackend:NameError", "backend is empty, which is not allowed")
1414
elseif isscalar(backend)
1515
% bypass checks
1616
m = backend;

0 commit comments

Comments
 (0)