fixed typo

This commit is contained in:
Michele Caini
2019-03-25 09:07:33 +01:00
parent 2779ad6c6f
commit 8ef0c66966

View File

@@ -831,7 +831,7 @@ const bool null = (entity == entt::null);
It is often convenient to assign context variables to a registry, so as to make
it the only _source of truth_ of an application.<br/>
This is possible by means of a member function named `set` to use to create a
context variable from a given type. Later on, `get` can be used to retrieve the
context variable from a given type. Later on, `ctx` can be used to retrieve the
newly created instance and `unset` is there to literally reset it if needed.
Example of use: