From 7a4a1de4cd0d6f10ff8167a20e73d80c816f6459 Mon Sep 17 00:00:00 2001 From: J <19278162+teslamaniac@users.noreply.github.com> Date: Sun, 14 Apr 2019 14:42:59 +1000 Subject: [PATCH] changed "the simplest" to "a simple" (#32506) --- guide/english/haskell/hello-world/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/haskell/hello-world/index.md b/guide/english/haskell/hello-world/index.md index 078f15f590..22f320963b 100644 --- a/guide/english/haskell/hello-world/index.md +++ b/guide/english/haskell/hello-world/index.md @@ -2,7 +2,7 @@ title: Hello World Program --- -## The simplest Hello World Program in Haskell +## A Simple Hello World Program in Haskell ```haskell main :: IO () main = do