mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 11:32:13 +00:00
Merge pull request #99419 from ntlblpm/patch-1
Fix typo in FileAccess docs
This commit is contained in:
commit
3e77646645
@ -4,7 +4,7 @@
|
|||||||
Provides methods for file reading and writing operations.
|
Provides methods for file reading and writing operations.
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
This class can be used to permanently store data in the user device's file system and to read from it. This is useful for store game save data or player configuration files.
|
This class can be used to permanently store data in the user device's file system and to read from it. This is useful for storing game save data or player configuration files.
|
||||||
Here's a sample on how to write and read from a file:
|
Here's a sample on how to write and read from a file:
|
||||||
[codeblocks]
|
[codeblocks]
|
||||||
[gdscript]
|
[gdscript]
|
||||||
|
Loading…
Reference in New Issue
Block a user