translation of commentary

This commit is contained in:
Guilherme Moura 2019-11-27 09:26:03 -03:00
parent 4bce9f3aaa
commit 45c1d699cc

View file

@ -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);
```