mirror of
https://github.com/labs42io/clean-code-typescript.git
synced 2025-04-19 07:23:34 +00:00
translation of commentary
This commit is contained in:
parent
4bce9f3aaa
commit
45c1d699cc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue