Fix various typos and grammar issues in tutorial articles

This commit is contained in:
frido
2019-10-09 23:50:33 +02:00
parent e895ca68ee
commit 6a6464aea1
18 changed files with 23 additions and 23 deletions

View File

@@ -52,7 +52,7 @@ Most Godot nodes and resources contain these RIDs from the servers internally, a
be obtained with different functions. In fact, anything that inherits :ref:`Resource <class_Resource>`
can be directly casted to an RID (not all resources contain an RID, though, in such cases
the RID will be empty). In fact, resources can be passed to server APIs as RIDs. Just make
sure to keep references to the resources ouside the server, because if the resource is erased,
sure to keep references to the resources outside the server, because if the resource is erased,
the internal RID is erased too.
For nodes, there are many functions available: