From 80bb381175a850a3db08cfe092f628e9164cc9b7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 19 Sep 2012 14:21:01 +0900 Subject: [PATCH] fix the type inference link --- Elm.elm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Elm.elm b/Elm.elm index 486c19af9..3751fb402 100644 --- a/Elm.elm +++ b/Elm.elm @@ -1,4 +1,3 @@ - import Website.Skeleton import Website.Tiles @@ -32,7 +31,7 @@ rest = [markdown| Elm's major distinguishing features are support for [reactive programming][1] and its focus on graphical user interfaces. Elm is also [call-by-value][2] and -[strongly][3] / [statically][4] typed with [type-inference]5], so those of you +[strongly][3] / [statically][4] typed with [type inference][5], so those of you already familiar with languages like Haskell or ML should be quite comfortable. The language features mentioned above help catch errors in your code at