Skip to content

Commit 40bce84

Browse files
authored
Merge pull request #10339 from ntlblpm/patch-7
Fix typos in Saving games
2 parents 613415c + fd9c88a commit 40bce84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/io/saving_games.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Serializing
6161
The next step is to serialize the data. This makes it much easier to
6262
read from and store to disk. In this case, we're assuming each member of
6363
group Persist is an instanced node and thus has a path. GDScript
64-
has helper class :ref:`JSON<class_json>` to convert between dictionary and string,
64+
has the helper class :ref:`JSON<class_json>` to convert between dictionary and string.
6565
Our node needs to contain a save function that returns this data.
6666
The save function will look like this:
6767

0 commit comments

Comments
 (0)