Update introduction_to_godot_development.rst

Typos
This commit is contained in:
anatoly techtonik 2016-05-04 12:07:37 +03:00
parent de5ca5f4fa
commit 24a1212d81
1 changed files with 3 additions and 3 deletions

View File

@ -3,15 +3,15 @@
Introduction to Godot development
=================================
This page is maent to introduce the global organization of Godot Engine's
This page is meant to introduce the global organization of Godot Engine's
source code, and give useful tips for extending/fixing the engine on the
C++ side.
Architecture diagram
--------------------
The follow diagram describes the architecture used by Godot, from the
core components down to the abstracted drivers drivers, via the scene
The following diagram describes the architecture used by Godot, from the
core components down to the abstracted drivers, via the scene
structure and the servers.
.. image:: /img/architecture_diagram.jpg