We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6be8b commit 882edf5Copy full SHA for 882edf5
tutorials/io/runtime_file_loading_and_saving.rst
@@ -47,7 +47,7 @@ filesystem for reading and writing:
47
48
::
49
50
- func save_file(content):
+ func save_file(content):
51
var file = FileAccess.open("/path/to/file.txt", FileAccess.WRITE)
52
file.store_string(content)
53
0 commit comments