Browse Source

Fix a typo in EditorFileSystem classref

Haoyu Qiu 3 years ago
parent
commit
121986bbad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/EditorFileSystem.xml

+ 1 - 1
doc/classes/EditorFileSystem.xml

@@ -39,7 +39,7 @@
 		<method name="is_scanning" qualifiers="const">
 			<return type="bool" />
 			<description>
-				Returns [code]true[/code] of the filesystem is being scanned.
+				Returns [code]true[/code] if the filesystem is being scanned.
 			</description>
 		</method>
 		<method name="reimport_files">