Explorar el Código

Update factory.md

Björn Ritzl hace 2 años
padre
commit
6983cc1454
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/en/manuals/factory.md

+ 1 - 1
docs/en/manuals/factory.md

@@ -137,7 +137,7 @@ table.insert(self.spawned_coins, id)
 And then later:
 
 ```lua
--- coin.script
+-- spawner.script
 -- Delete all spawned coins.
 for _, coin_id in ipairs(self.spawned_coins) do
     go.delete(coin_id)