Ver Fonte

doc: fixed typo

Michele Caini há 4 anos atrás
pai
commit
888876185d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -774,7 +774,7 @@ These are the parameters that a free function or a member function can accept:
 
 * A possibly constant reference to a registry.
 * An `entt::basic_view` with any possible combination of types.
-* A possibly constant reference to any type `T` (that is, a context variable)
+* A possibly constant reference to any type `T` (that is, a context variable).
 
 The function type for free functions and decayed lambdas passed as parameters to
 `emplace` is `void(const void *, entt::registry &)` instead. The first parameter