Răsfoiți Sursa

Fix heading order in objet_class

Rémi Verschelde 9 ani în urmă
părinte
comite
99bdeeaa45
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      reference/object_class.rst

+ 3 - 0
reference/object_class.rst

@@ -3,6 +3,9 @@
 Object class
 Object class
 ============
 ============
 
 
+General definition
+------------------
+
 :ref:`Object <class_object>` is the base class for almost everything. Most classes in Godot
 :ref:`Object <class_object>` is the base class for almost everything. Most classes in Godot
 inherit directly or indirectly from it. Objects provide reflection and
 inherit directly or indirectly from it. Objects provide reflection and
 editable properties, and declaring them is a matter of using a single
 editable properties, and declaring them is a matter of using a single