Skip to content

Commit deb7b82

Browse files
djpremierJhon Mike
authored and
Jhon Mike
committed
Correct idention of code comments (#385)
1 parent ef81b7c commit deb7b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/faq-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,9 @@ class Searchbox extends React.Component {
291291
}
292292

293293
handleChange(e) {
294-
// o React faz pools no eventos. Então lemos o valor antes do debounce.
294+
// o React faz pools no eventos. Então lemos o valor antes do debounce.
295295
// Alternativamente podemos chamar `event.persist()` e passar todo o evento.
296-
Para mais informações veja: reactjs.org/docs/events.html#event-pooling
296+
// Para mais informações veja: reactjs.org/docs/events.html#event-pooling
297297
this.emitChangeDebounced(e.target.value);
298298
}
299299

0 commit comments

Comments
 (0)