mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Removed a single space that shouldn't be there
This commit is contained in:
@@ -47,7 +47,7 @@ filesystem for reading and writing:
|
||||
|
||||
::
|
||||
|
||||
func save_file(content):
|
||||
func save_file(content):
|
||||
var file = FileAccess.open("/path/to/file.txt", FileAccess.WRITE)
|
||||
file.store_string(content)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user