Skip to content

Commit

Permalink
fix: fixed by new en version
Browse files Browse the repository at this point in the history
  • Loading branch information
outprog authored and outprog committed Mar 27, 2024
1 parent 139ce98 commit f14178b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/zh/concepts/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ao.send({

```lua
ao.spawn(ao.env.Module.Id, {
['Memory-Limit'] = "500-mb",
['Compute-Limit"] = "900000000000000000"
["Memory-Limit"] = "500-mb",
["Compute-Limit"] = "900000000000000000"
})
```

Expand Down
2 changes: 1 addition & 1 deletion src/zh/guides/aos/blueprints/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Handlers.add('transfer', Handlers.utils.hasMatchingTag('Action', 'Transfer'), fu
Action = 'Credit-Notice',
Sender = msg.From,
Quantity = tostring(qty),
Data = Colors.gray .. "You received " .. Colors.blue .. msg.Quantity .. Colors.gray .. " from " .. Colors.green .. msg.Recipient .. Colors.reset
Data = Colors.gray .. "You received " .. Colors.blue .. msg.Quantity .. Colors.gray .. " from " .. Colors.green .. msg.From .. Colors.reset
})
end
else
Expand Down
2 changes: 1 addition & 1 deletion src/zh/tutorials/bots-and-games/ao-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ aos
让我们保留我们的游戏服务器 ID 以便快速访问:

```lua
Game = "0rVZYFxvfJpO__EfOz0_PUQ3GFE9kEaES0GkUDNXjvE"
Game = "tm1jYBC0F2gTZ0EuUQKq5q_esxITDFkAG6QEpLbpI9I"
```

瞧! 你已准备好加入游戏。
Expand Down

0 comments on commit f14178b

Please sign in to comment.