Skip to content

Commit

Permalink
importoptions.rst edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
NatRUS committed Jul 16, 2019
1 parent 4ab42fb commit 498e740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other/importoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ Boolean.
::

var io = new ImportOptions(File("c:\\myFile.psd"));
if io.canImportAs(ImportAsType.COMP) {
if (io.canImportAs(ImportAsType.COMP)) {
io.importAs = ImportAsType.COMP;
}

0 comments on commit 498e740

Please sign in to comment.