Quellcode durchsuchen

doc: fixed typo (close #646)

Michele Caini vor 5 Jahren
Ursprung
Commit
14c1431848
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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