summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2022-05-19 18:53:01 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2022-05-19 18:53:01 +0800
commit121986bbad6eac98828f0f9f05af982ce1a4ad90 (patch)
treedb0297fe66343b07b1697bf512025eca2fb96188
parent71c40ff4da85a4770958533cdc65f2c9f7ddeaff (diff)
Fix a typo in EditorFileSystem classref
-rw-r--r--doc/classes/EditorFileSystem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml
index 60ac499d25..402efba34a 100644
--- a/doc/classes/EditorFileSystem.xml
+++ b/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">