From 8b2a4e9c37c74340a9ad49e602d8e41581202715 Mon Sep 17 00:00:00 2001 From: Ankur Kothari Date: Mon, 18 May 2020 20:24:12 +1000 Subject: [PATCH] Fix typo in docs: "an C" should be "in C" --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f4e0fd6..e776ee3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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). (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.) The easiest way to show it is to jump into an example. Here's one for