Skip to content

Commit fb60a11

Browse files
committed
punctuation
1 parent f6f758a commit fb60a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ function delete(obj)
896896
if strcmp(config, 'private')
897897
sharing_value = false;
898898
elseif strcmp(config, 'secret')
899-
warning('Secret share keys are not currently supported in the MATLAB API.')
899+
warning('Secret share keys are not currently supported in the MATLAB API.');
900900
sharing_value = false;
901901
else
902902
sharing_value = true;

0 commit comments

Comments
 (0)