Skip to content

Commit 670f29a

Browse files
committed
Fixed a regression in TIFFStack, where property referencing would fail.
1 parent 589d040 commit 670f29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MappedTensor.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ function disp(mtVar)
739739
strComplex = '';
740740
end
741741

742-
disp(sprintf(' <a href="matlab:help MappedTensor">MappedTensor</a> class, containing: %s%s [%s].', strComplex, mtVar.strClass, strSize)); %#ok<DSPS>
742+
disp(sprintf(' <a href="matlab:help MappedTensor">MappedTensor</a> object, containing: %s%s [%s].', strComplex, mtVar.strClass, strSize)); %#ok<DSPS>
743743
disp(' <a href="matlab:methods(''MappedTensor'')">Methods</a>');
744744
fprintf(1, '\n');
745745
end

0 commit comments

Comments
 (0)