From 5e0d2c44e504610b45a8c6202544718bd62c57d4 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 26 Dec 2019 18:56:20 +1100 Subject: [PATCH] Fix simple typo: implementating -> implementing Closes #411 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ec575d..c7655974 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ available in Python. ### Source Code Overview -- `compiler`: Python package implementating Python -> Go transcompilation logic. +- `compiler`: Python package implementing Python -> Go transcompilation logic. - `lib`: Grumpy-specific Python standard library implementation. - `runtime`: Go source code for the Grumpy runtime library. - `third_party/ouroboros`: Pure Python standard libraries copied from the