We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f758a commit fb60a11Copy full SHA for fb60a11
plotly/plotlyfig.m
@@ -896,7 +896,7 @@ function delete(obj)
896
if strcmp(config, 'private')
897
sharing_value = false;
898
elseif strcmp(config, 'secret')
899
- warning('Secret share keys are not currently supported in the MATLAB API.')
+ warning('Secret share keys are not currently supported in the MATLAB API.');
900
901
else
902
sharing_value = true;
0 commit comments