Skip to content

Commit 45bc4b6

Browse files
committed
Link original README.md
E mais um caso de termo usando `` e não era seguido por espaço quando no meio da sentença.
1 parent e1f777b commit 45bc4b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The answers are in the collapsed sections below the questions, simply click on t
1111
[Western Balkan](./README-bs.md)
1212
[Deutsch](./README-de_DE.md)
1313
[Tiếng Việt](./README-vi.md)
14+
[Português Brasil](./README_pt_BR.md)
1415

1516

1617
---

README_pt_BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ sayHi.bind(person, 21);
10091009

10101010
#### Resposta: D
10111011

1012-
Com ambos, podemos passar o objeto que queremos que o `this`faça referência. Contudo, `.call` é _executado imediatamente_!
1012+
Com ambos, podemos passar o objeto que queremos que o `this` faça referência. Contudo, `.call` é _executado imediatamente_!
10131013

10141014
`.bind.` retorna uma _cópia_ da função, mas com seu contexto vinculado à cópia. E não é executado imediatamente.
10151015

0 commit comments

Comments
 (0)