Michele Caini 4 лет назад
Родитель
Сommit
888876185d
1 измененных файлов с 1 добавлено и 1 удалено
  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