diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-19 14:25:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 14:25:40 +0200 |
commit | 5dc754a34894036344b4f56f6370280d43aa2da5 (patch) | |
tree | 585a95adff7af209528020cdc79fef49cc57e20a | |
parent | d8093dd27363384c7196dbff7e485f0df2b11894 (diff) | |
parent | 121986bbad6eac98828f0f9f05af982ce1a4ad90 (diff) |
Merge pull request #61189 from timothyqiu/typo-fix
-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"> |