Răsfoiți Sursa

Merge pull request #17 from trubachev/patch-1

Fix collection proxy manual
sicher 7 ani în urmă
părinte
comite
54c8070d58
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/en/manuals/collection-proxy.md

+ 1 - 1
docs/en/manuals/collection-proxy.md

@@ -83,7 +83,7 @@ end
 
 ## Addressing into the new world
 
-The *Id* set in the collection file properties is used to address game objects and components in the loaded world. If you, for instance, create a loader object in the bootstrap collection you may need to communicate with it from any loaded collection:
+The *Name* set in the collection file properties is used to address game objects and components in the loaded world. If you, for instance, create a loader object in the bootstrap collection you may need to communicate with it from any loaded collection:
 
 ```lua
 -- tell the loader to load the next level: