Michele Caini 1 рік тому
батько
коміт
734dfa2c6f
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      docs/md/entity.md

+ 2 - 2
docs/md/entity.md

@@ -13,7 +13,7 @@
   * [Observe changes](#observe-changes)
     * [Entity lifecycle](#entity-lifecycle)
     * [Listeners disconnection](#listeners-disconnection)
-    * [They call me reactive storage](#they-call-me-reactive-storage)
+  * [They call me reactive storage](#they-call-me-reactive-storage)
   * [Sorting: is it possible?](#sorting-is-it-possible)
   * [Helpers](#helpers)
     * [Null entity](#null-entity)
@@ -455,7 +455,7 @@ As a result, a listener that wants to access components, entities, or pools can
 safely do so against a still valid registry, while checking for the existence of
 the various elements as appropriate.
 
-### They call me reactive storage
+## They call me reactive storage
 
 Signals are the basic tools to construct reactive systems, even if they aren't
 enough on their own. `EnTT` tries to take another step in that direction with