From dc6299a029af78640c7d10fc2e7b5961c8b8476c Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 18 Nov 2021 09:00:52 +0100 Subject: [PATCH] doc: fixed typos --- src/entt/entity/group.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entt/entity/group.hpp b/src/entt/entity/group.hpp index 64621b932..24fb05a98 100644 --- a/src/entt/entity/group.hpp +++ b/src/entt/entity/group.hpp @@ -417,7 +417,7 @@ public: * Moreover, the comparison function object shall induce a * _strict weak ordering_ on the values. * - * The sort function oject must offer a member function template + * The sort function object must offer a member function template * `operator()` that accepts three arguments: * * * An iterator to the first element of the range to sort. @@ -899,7 +899,7 @@ public: * Moreover, the comparison function object shall induce a * _strict weak ordering_ on the values. * - * The sort function oject must offer a member function template + * The sort function object must offer a member function template * `operator()` that accepts three arguments: * * * An iterator to the first element of the range to sort.