Skip to content

Commit

Permalink
correct syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Feb 3, 2025
1 parent d03043f commit fc2c7e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ msgstr "// Anotación regular\n"

#: src/primitives.md:33
msgid "// Suffix annotation\n"
msgstr "// Anotación con sufijo"
msgstr "// Anotación con sufijo\n"

#: src/primitives.md:35
msgid "// Or a default will be used.\n"
Expand Down Expand Up @@ -2359,8 +2359,8 @@ msgid ""
"integer, and the `i32` suffix to indicate that it's a signed 32-bit integer."
msgstr ""
"Necesitamos decirle al compilador el tipo de literales que usamos. Por ahora, lo haremos"
"usando el sufijo` u32` para indicar que el literal es un entero sin signo de 32 bits "
", y el sufijo `i32` para indicar que es un entero con signo de 32 bits ".
"usando el sufijo `u32` para indicar que el literal es un entero sin signo de 32 bits "
", y el sufijo `i32` para indicar que es un entero con signo de 32 bits."

#: src/primitives/literals.md:19
msgid ""
Expand Down Expand Up @@ -2520,7 +2520,7 @@ msgid ""
msgstr ""
"// Pero no se pueden imprimir tuplas demasadio grandes (más de 12 elementos).\n"
" // let tupla_demasiado_grande = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13);\n"
" // println!(\" Tupla demasiado grande: {:?} \ ", tupla_demasiado_grande);\n"
" // println!(\"Tupla demasiado grande: {:?}\", tupla_demasiado_grande);\n"
" // TAREA ^ Quita el comentario de las 2 líneas anteriores para ver el error del compilador\n"

#: src/primitives/tuples.md:44
Expand Down Expand Up @@ -2594,7 +2594,7 @@ msgstr "\"Matriz:\\n{}\""

#: src/primitives/tuples.md:82
msgid "\"Transpose:\\n{}\""
msgstr "\"Transpuesta:\\n{}""
msgstr "\"Transpuesta:\\n{}\""

#: src/primitives/tuples.md:85
msgid "Results in the output:"
Expand Down

0 comments on commit fc2c7e7

Please sign in to comment.