Skip to content

Commit 137ad5a

Browse files
committed
Address feedback
1 parent 37d8b95 commit 137ad5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zarr.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
end
9898

9999
if isfolder(path)
100-
% If the full path exist, we are done.
100+
% If the full path exists, we are done.
101101
existingParent = path;
102102
return
103103
end
@@ -368,7 +368,7 @@ function write(obj, data)
368368
end
369369
end
370370

371-
error("MATLAB:Zarr:invalidS3URL","Invalid S3 URI.");
371+
error("MATLAB:Zarr:invalidS3URL","Invalid S3 URI format.");
372372
end
373373
end
374374

0 commit comments

Comments
 (0)