瀏覽代碼

fixed typo

Michele Caini 7 年之前
父節點
當前提交
8ef0c66966
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/entity.md

+ 1 - 1
docs/entity.md

@@ -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: