Michele Caini пре 5 година
родитељ
комит
14c1431848
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/md/lib.md

+ 1 - 1
docs/md/lib.md

@@ -91,7 +91,7 @@ attached the new visible meta types, no matter where they are created.<br/>
 A context can also be reset and then associated again locally as:
 
 ```cpp
-entt::meta_ctx::bind{entt::meta_ctx{});
+entt::meta_ctx::bind(entt::meta_ctx{});
 ```
 
 This is allowed because local and global contexts are separated. Therefore, it's