Explorar o código

Update saving_games.rst

ntlblpm hai 8 meses
pai
achega
43ef9a70ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/io/saving_games.rst

+ 1 - 1
tutorials/io/saving_games.rst

@@ -61,7 +61,7 @@ Serializing
 The next step is to serialize the data. This makes it much easier to
 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
 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
 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.
 Our node needs to contain a save function that returns this data.
 The save function will look like this:
 The save function will look like this: