diff --git a/docs/other/importoptions.rst b/docs/other/importoptions.rst index fda007f..525240e 100644 --- a/docs/other/importoptions.rst +++ b/docs/other/importoptions.rst @@ -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; }