Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 authored Nov 3, 2021
1 parent 3cefcbc commit 6061eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ if (GAME === "sa") {
}
```

- `log(...values)` - prints comma-separated `{values}` to the cleo_redux.log
- `log(...values)` - prints comma-separated `{values}` to the `cleo_redux.log`

```js
var x = 1;
Expand All @@ -330,7 +330,7 @@ showTextBox("Hello, world!");

- family of static methods in the `Memory` class for manipulating different data types. See the [Memory guide](using-memory.md) for more information.

- `exit(reason?)` - terminates the script immeditely. `exit` function accepts an optional string argument that will be added to the `cleo_redux.log`.
- `exit(reason?)` - terminates the script immediately. `exit` function accepts an optional string argument that will be added to the `cleo_redux.log`.

### Deprecated

Expand Down

0 comments on commit 6061eef

Please sign in to comment.