Removed a single space that shouldn't be there

This commit is contained in:
Brian
2024-02-19 23:09:23 -03:00
committed by GitHub
parent 75cdeecf41
commit 9edade5fa4

View File

@@ -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)