From b92b734db26580eded47a7eb3b2cab02aa88894d Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Fri, 25 Feb 2022 16:38:13 +0100 Subject: [PATCH] doc: fixed typo --- docs/md/entity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/md/entity.md b/docs/md/entity.md index efdf795f0..e0efdbe06 100644 --- a/docs/md/entity.md +++ b/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. * `ignore_if_empty`: `Type::ignore_if_empty` if present, `ENTT_IGNORE_IF_EMPTY` 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 specializing the above class and defining all its members, or by adding only