From 498e7405ba696c7b573a5355189f282ad7668415 Mon Sep 17 00:00:00 2001 From: Alexander Arkushenko Date: Tue, 16 Jul 2019 10:26:48 +0000 Subject: [PATCH] importoptions.rst edited online with Bitbucket --- docs/other/importoptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }