summaryrefslogtreecommitdiffhomepage
path: root/es-es/awk-es.html.markdown
diff options
context:
space:
mode:
authorNorwid Behrnd <nbehrnd@yahoo.com>2022-11-23 21:04:56 +0100
committerNorwid Behrnd <nbehrnd@yahoo.com>2022-11-23 21:04:56 +0100
commit5260db7077d839da6bb94e9bb5c1857a3498d7b6 (patch)
tree75467e30c006c65fe40201930268b84177e0a587 /es-es/awk-es.html.markdown
parent033f3e65b930fbb6b48eb1a931717fed3666ed95 (diff)
substitute a tab space by explicit spaces
Diffstat (limited to 'es-es/awk-es.html.markdown')
-rw-r--r--es-es/awk-es.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/awk-es.html.markdown b/es-es/awk-es.html.markdown
index c5fec19e..25c40ca4 100644
--- a/es-es/awk-es.html.markdown
+++ b/es-es/awk-es.html.markdown
@@ -75,7 +75,7 @@ BEGIN {
# Bloques formados por múltiples líneas usan llaves
while (a < 10) {
print "La concatenación de strings se hace " " con series "
- print " de" " strings separados por espacios"
+ print " de" " strings separados por espacios"
print a
a++