Skip to content

Commit

Permalink
Update arrays.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmitev authored Jan 16, 2025
1 parent bdd160f commit 390b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BEGIN {
D["b","A"]="bA"
for (i in D){ # loop over the first index
print i" : "DD[i]
print i" : "D[i]
print "--------"
}
}
Expand Down

0 comments on commit 390b37a

Please sign in to comment.