Skip to content

Commit

Permalink
Merge pull request #8997 from TBlazeWarriorT/patch-1
Browse files Browse the repository at this point in the history
[Documentation>Runtime file loading and saving] Removed a single space that shouldn't be there
  • Loading branch information
skyace65 authored Feb 20, 2024
2 parents 75cdeec + 9edade5 commit 0bbf422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/io/runtime_file_loading_and_saving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0bbf422

Please sign in to comment.