From dac2ef5a9cfc35fd3246f3415d141ece4c41a663 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 16 May 2023 10:25:10 +0200 Subject: [PATCH] doc: typo --- src/entt/entity/snapshot.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/entt/entity/snapshot.hpp b/src/entt/entity/snapshot.hpp index a9595a667..1a725e82d 100644 --- a/src/entt/entity/snapshot.hpp +++ b/src/entt/entity/snapshot.hpp @@ -267,7 +267,7 @@ public: * In case all the entities were serialized but only part of the components * was saved, it could happen that some of the entities have no components * once restored.
- * This functions helps to identify and destroy those entities. + * This function helps to identify and destroy those entities. * * @return A valid loader to continue restoring data. */ @@ -297,7 +297,7 @@ private: * Identifiers that entities originally had are not transferred to the target. * Instead, the loader maps remote identifiers to local ones while restoring a * snapshot.
- * An example of use is the implementation of a client-server applications with + * An example of use is the implementation of a client-server application with * the requirement of transferring somehow parts of the representation side to * side. * @@ -527,7 +527,7 @@ public: * In case all the entities were serialized but only part of the components * was saved, it could happen that some of the entities have no components * once restored.
- * This functions helps to identify and destroy those entities. + * This function helps to identify and destroy those entities. * * @return A non-const reference to this loader. */