Explorar o código

doc: fixed typo (close #646)

Michele Caini %!s(int64=5) %!d(string=hai) anos
pai
achega
14c1431848
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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