Skip to content

Commit 8463ca8

Browse files
fix issue #241: catch added to try in line 95
1 parent 4c004b3 commit 8463ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/core/updateData.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
obj.data{dataIndex}.y = get(obj.State.Plot(dataIndex).AssociatedAxis,'YTickLabel');
128128
end
129129
catch
130-
% TODO to future
130+
% TODO to the future
131131
end
132132

133133
%-------------------------------------------------------------------------%

0 commit comments

Comments
 (0)