1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00

Correct a trivial typographical error in the guide

I corrected "you implementation" to "your implementation".
This commit is contained in:
mANIApHOBIC 2020-03-28 20:01:46 -07:00
parent e3615597df
commit 8c0163f8ca

View File

@ -109,7 +109,7 @@ IMPLS = ... quux ...
quux_STEP_TO_PROG = mylang/$($(1)).qx
```
* Add a "run" script to you implementation directory that listens to
* Add a "run" script to your implementation directory that listens to
the "STEP" environment variable for the implementation step to run
and defaults to "stepA_mal". Make sure the run script has the
executable file permission set (or else the test runner might fail with a