From 18fd2780d70c32f6a03689a1d7805975c30d83d6 Mon Sep 17 00:00:00 2001 From: Diogo Teixeira Date: Wed, 20 Feb 2019 14:54:42 +0000 Subject: [PATCH] Fix bad translation (auto-translation) (#20685) * Change Bad translation (auto-translation) * Fix typo --- guide/portuguese/haskell/misc/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/portuguese/haskell/misc/index.md b/guide/portuguese/haskell/misc/index.md index 123d30d2c0..6ce14ec130 100644 --- a/guide/portuguese/haskell/misc/index.md +++ b/guide/portuguese/haskell/misc/index.md @@ -2,16 +2,16 @@ title: miscellaneous localeTitle: Diversos --- -Quando você está um pouco confortável com o modo como Haskell trabalha você +Quando já estiver um pouco confortável com o modo como Haskell trabalha, você pode recorrer ao: ## hoogle É como o Google, mas para as bibliotecas da Haskell -Para instalar o hoogle com pilha: +Para instalar o hoogle com o Stack: ```shell stack build hoogle ``` -## lambda bot \ No newline at end of file +## lambda bot