diff --git a/tutorials/io/runtime_file_loading_and_saving.rst b/tutorials/io/runtime_file_loading_and_saving.rst index 84df8200559..2d431ab146e 100644 --- a/tutorials/io/runtime_file_loading_and_saving.rst +++ b/tutorials/io/runtime_file_loading_and_saving.rst @@ -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)