Skip to content

Commit

Permalink
Merge pull request #163 from crookse/main
Browse files Browse the repository at this point in the history
fix: use double quotes
  • Loading branch information
PSkinnerTech committed Mar 26, 2024
2 parents 0826ac4 + 3563f3e commit 576b037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/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

0 comments on commit 576b037

Please sign in to comment.