Skip to content

Commit 8c0163f

Browse files
author
mANIApHOBIC
committed
Correct a trivial typographical error in the guide
I corrected "you implementation" to "your implementation".
1 parent e361559 commit 8c0163f

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)