From b74d5cb53cf3b13ac368806e904cd6acb3898613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20John?= Date: Sun, 3 Mar 2019 09:28:25 +0100 Subject: [PATCH] Fix "searing" typo (#29) --- tutorials/01_fp-env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/01_fp-env.md b/tutorials/01_fp-env.md index 4b0eda2..2ab2789 100644 --- a/tutorials/01_fp-env.md +++ b/tutorials/01_fp-env.md @@ -80,7 +80,7 @@ $ cabal install hlint stylish-haskell hindent ghc-mod $ stack install hlint stylish-haskell hindent ghc-mod ``` -### Sites for searing +### Sites for searching * [Hoogle] = "Google" for Haskell world * [Hackage] = package archive, there are packages which can you install and use standalone or as modules for your projects (similar to PyPI for Python, RubyGems for Ruby, etc.)