diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-05-19 18:53:01 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-05-19 18:53:01 +0800 |
commit | 121986bbad6eac98828f0f9f05af982ce1a4ad90 (patch) | |
tree | db0297fe66343b07b1697bf512025eca2fb96188 | |
parent | 71c40ff4da85a4770958533cdc65f2c9f7ddeaff (diff) |
Fix a typo in EditorFileSystem classref
-rw-r--r-- | doc/classes/EditorFileSystem.xml | 2 |
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"> |