Skip to content

Commit

Permalink
Merge pull request #10339 from ntlblpm/patch-7
Browse files Browse the repository at this point in the history
Fix typos in Saving games
  • Loading branch information
mhilbrunner authored Nov 29, 2024
2 parents 613415c + fd9c88a commit 40bce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/io/saving_games.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Serializing
The next step is to serialize the data. This makes it much easier to
read from and store to disk. In this case, we're assuming each member of
group Persist is an instanced node and thus has a path. GDScript
has helper class :ref:`JSON<class_json>` to convert between dictionary and string,
has the helper class :ref:`JSON<class_json>` to convert between dictionary and string.
Our node needs to contain a save function that returns this data.
The save function will look like this:

Expand Down

0 comments on commit 40bce84

Please sign in to comment.