Fix typo in gdscript_advanced.rst

Changed "an" to "and" in dictionary section.
This commit is contained in:
StaticDynamics
2018-02-04 19:54:54 -05:00
committed by GitHub
parent daaadab935
commit d62a97f2b6

View File

@@ -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:
::