Browse Source

Fix typo in core_types.rst

Andrii Doroshenko (Xrayez) 8 years ago
parent
commit
9f8ae86693
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/core_types.rst

+ 1 - 1
reference/core_types.rst

@@ -145,7 +145,7 @@ Godot provides also a set of common containers:
 -  Set
 -  Set
 -  Map
 -  Map
 
 
-The are very simple and aim to be as minimal as possible, as templates
+They are very simple and aim to be as minimal as possible, as templates
 in C++ are often inlined and make the binary size much fatter, both in
 in C++ are often inlined and make the binary size much fatter, both in
 debug symbols and code. List, Set and Map can be iterated using
 debug symbols and code. List, Set and Map can be iterated using
 pointers, like this:
 pointers, like this: