Parcourir la source

doc: fixed typo

Michele Caini il y a 4 ans
Parent
commit
b92b734db2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -957,7 +957,7 @@ The non-specialized version of this class contains the following members:
 * `in_place_delete`: `Type::in_place_delete` if present, false otherwise.
 * `in_place_delete`: `Type::in_place_delete` if present, false otherwise.
 * `ignore_if_empty`: `Type::ignore_if_empty` if present, `ENTT_IGNORE_IF_EMPTY`
 * `ignore_if_empty`: `Type::ignore_if_empty` if present, `ENTT_IGNORE_IF_EMPTY`
   otherwise.
   otherwise.
-* `page_size`: `Type::ignore_if_empty` if present, `ENTT_PACKED_PAGE` otherwise.
+* `page_size`: `Type::page_size` if present, `ENTT_PACKED_PAGE` otherwise.
 
 
 Where `Type` is any type of component. All properties can be customized by
 Where `Type` is any type of component. All properties can be customized by
 specializing the above class and defining all its members, or by adding only
 specializing the above class and defining all its members, or by adding only