Browse Source

Fix typo in gdscript_advanced.rst

Changed "an" to "and" in dictionary section.
StaticDynamics 7 years ago
parent
commit
d62a97f2b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/scripting/gdscript/gdscript_advanced.rst

+ 1 - 1
getting_started/scripting/gdscript/gdscript_advanced.rst

@@ -293,7 +293,7 @@ easily with dictionaries. Here's a simple battleship game example:
 
 Dictionaries can also be used as data markup or quick structures. While
 GDScript dictionaries resemble python dictionaries, it also supports Lua
-style syntax an indexing, which makes it very useful for writing initial
+style syntax and indexing, which makes it very useful for writing initial
 states and quick structs:
 
 ::