mirror of
https://github.com/labs42io/clean-code-typescript.git
synced 2025-04-18 15:13:34 +00:00
comment translation
This commit is contained in:
parent
21c1d5251c
commit
d8d83ca643
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Nós vamos ler mais código do que escrever. É importante que o código que esc
|
|||
**Ruim:**
|
||||
|
||||
```ts
|
||||
// What the heck is 86400000 for?
|
||||
// O que diabos é 86400000?
|
||||
setTimeout(restart, 86400000);
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue