From ea2c46fcbac8256bb0e2f87d6289b1b2e0e8a079 Mon Sep 17 00:00:00 2001 From: Nicola Sanitate Date: Thu, 4 Dec 2014 11:56:57 +0100 Subject: [PATCH] Readme.md typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc7e50..f3929c8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Usage subset of C++. For those of you who want to get to the code ASAP, the `examples/` folder contains a set of programs covering most of the features of the language. -A good wat to learn on the field is comparing the resulting C++ with the +A good way to learn on the field is comparing the resulting C++ with the input. Well, mostly with the beautified version of the input, `*.beauty.mc`. The compiler reads from standard input and print result to standard output.