Fix typo in docs: "an C" should be "in C"

This commit is contained in:
Ankur Kothari 2020-05-18 20:24:12 +10:00 committed by apenwarr
commit 8b2a4e9c37

View file

@ -46,7 +46,7 @@ once per run) combined with all the cleanliness of recursive `make` (you
don't have code from one module stomping on code from another module). don't have code from one module stomping on code from another module).
(Disclaimer: my current implementation is not as fast as `make` for some (Disclaimer: my current implementation is not as fast as `make` for some
things, because it's written in python. Eventually I'll rewrite it an C and things, because it's written in python. Eventually I'll rewrite it in C and
it'll be very, very fast.) it'll be very, very fast.)
The easiest way to show it is to jump into an example. Here's one for The easiest way to show it is to jump into an example. Here's one for