Browse Source

Update factory.md

Björn Ritzl 2 years ago
parent
commit
6983cc1454
1 changed files with 1 additions and 1 deletions
  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)