Browse Source

fix slash to backslash in resources (#3706)

binotaliu 5 years ago
parent
commit
91c508d210
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/resources.rst

+ 1 - 1
getting_started/step_by_step/resources.rst

@@ -152,7 +152,7 @@ Creating your own resources
 
 
 Like any Object in Godot, users can also script Resources. Resource scripts
 Like any Object in Godot, users can also script Resources. Resource scripts
 inherit the ability to freely translate between object properties and serialized
 inherit the ability to freely translate between object properties and serialized
-text or binary data (/*.tres, /*.res). They also inherit the reference-counting
+text or binary data (\*.tres, \*.res). They also inherit the reference-counting
 memory management from the Reference type.
 memory management from the Reference type.
 
 
 This comes with many distinct advantages over alternative data
 This comes with many distinct advantages over alternative data