Merge pull request #39010 from gvekan/fix-documentation

Fix ProjectSettings.save_custom documentation
This commit is contained in:
Rémi Verschelde 2020-05-29 12:11:19 +02:00 committed by GitHub
commit d19257eb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@
<argument index="0" name="file" type="String">
</argument>
<description>
Saves the configuration to a custom file.
Saves the configuration to a custom file. The file extension must be [code].godot[/code] (to save in text-based [ConfigFile] format) or [code].binary[/code] (to save in binary format).
</description>
</method>
<method name="set_initial_value">