Skip to content

Commit cb7fc07

Browse files
authored
Merge pull request #502 from maniaphobic/master
Correct a trivial typographical error in the guide
2 parents e361559 + 8c0163f commit cb7fc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ IMPLS = ... quux ...
109109
quux_STEP_TO_PROG = mylang/$($(1)).qx
110110
```
111111

112-
* Add a "run" script to you implementation directory that listens to
112+
* Add a "run" script to your implementation directory that listens to
113113
the "STEP" environment variable for the implementation step to run
114114
and defaults to "stepA_mal". Make sure the run script has the
115115
executable file permission set (or else the test runner might fail with a

0 commit comments

Comments
 (0)