Skip to content

Commit e9abe34

Browse files
Merge pull request #271 from plotly/issue253
fix issue #253
2 parents 5cf6d96 + 6d55a95 commit e9abe34

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
@@ -436,7 +436,7 @@ function validate(obj)
436436
cleanFeedTitle(obj);
437437
end
438438

439-
%args
439+
%get args
440440
args.filename = obj.PlotOptions.FileName;
441441
args.fileopt = obj.PlotOptions.FileOpt;
442442
args.world_readable = obj.PlotOptions.WorldReadable;

0 commit comments

Comments
 (0)