Skip to content

Commit b3ca138

Browse files
committed
cambiar la primera pregunta con signo de interrogacion
1 parent d00da17 commit b3ca138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4-binary/02-text-decoder/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TextDecoder y TextEncoder
22

3-
Que tal si los datos binarios representan un string? Por ejemplo, recibimos un archivo con datos textuales.
3+
¿Qué pasa si los datos binarios son en realidad un string? Por ejemplo, recibimos un archivo con datos textuales.
44

55
Al proporcionar el búfer y la codificación, el objeto [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) nos permite leer el texto de un conjunto de datos binarios y convertirlo en un dato de tipo string de JavaScript.
66

0 commit comments

Comments
 (0)