Skip to content

Commit 60e5470

Browse files
committed
PIE update
1 parent 2cd7f0b commit 60e5470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pie/pie/5 Plugins/Handling plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For this we need 2 keywords: `require` and `run`, plus a `module` variable type
3939
```
4040
Note that the final `return 0` causes program execution to halt while the load is happening. The `program.run(command.pc + 1)` in the callback function resumes execution once the load has completed.
4141

42-
The `program.require() function used by `run(program)` looks like this:
42+
The `program.require()` function used by `run(program)` looks like this:
4343
```
4444
require: function(type, src, callback) {
4545
let prefix = ``;

0 commit comments

Comments
 (0)