From ebcbd799e6fce59cfac8c1f1f747f98b3abd09ce Mon Sep 17 00:00:00 2001 From: Michael O'Keefe Date: Mon, 4 May 2015 22:27:14 -0600 Subject: Fix small typo signaturs -> signatures --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20892a861..a145e664a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ If you wonder what types look like without makeup, feel free to read the first f The module system is heavily inspired by ML, and both signatures & structures are suported. -The main difference between Lux and ML is that ML separates signaturs & structures from the rest of the language, whereas Lux implements them on-top of the base language. +The main difference between Lux and ML is that ML separates signatures & structures from the rest of the language, whereas Lux implements them on-top of the base language. How? By implementing signatures as record-types and structures as actual records. -- cgit v1.2.3