From 45c1d699cc049885f908b37c080122b0e157dc1b Mon Sep 17 00:00:00 2001 From: Guilherme Moura Date: Wed, 27 Nov 2019 09:26:03 -0300 Subject: [PATCH] translation of commentary --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 399c854..6396a7a 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ function addToDate(date: Date, month: number): Date { const date = new Date(); -// It's hard to tell from the function name what is added +// É difícil dizer pelo nome da função o que será adicionado addToDate(date, 1); ```