Browse Source

Merge pull request #349 from Xrayez/fix-typo

Fix typo in core_types.rst
Bojidar Marinov 8 years ago
parent
commit
c48d860aaf
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: