Просмотр исходного кода

doc: avoid confusion with context variables

Michele Caini 4 лет назад
Родитель
Сommit
49ac34c405
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/md/entity.md

+ 2 - 2
docs/md/entity.md

@@ -1165,8 +1165,8 @@ if(entt::type_id<velocity>() == base.type()) {
 ```
 ```
 
 
 Furthermore, all features rely on internal functions that forward the calls to
 Furthermore, all features rely on internal functions that forward the calls to
-the mixins. The latter can then make use of any context variables, which can be
-set via `bind`:
+the mixins. The latter can then make use of any information, which can be set
+via `bind`:
 
 
 ```cpp
 ```cpp
 base.bind(entt::forward_as_any(registry));
 base.bind(entt::forward_as_any(registry));