fix(learn): Remove repeated definition tag in challenge (#41151)

This commit is contained in:
Kelvin Sánchez
2021-02-17 13:31:42 -04:00
committed by GitHub
parent 1cdd009d7a
commit b45406ec9d

View File

@ -15,7 +15,7 @@ You can also nest arrays within other arrays, like below:
[["Bulls", 23], ["White Sox", 45]] [["Bulls", 23], ["White Sox", 45]]
``` ```
This is also called a <dfn>multi-dimensional array<dfn>.</dfn></dfn> This is also called a <dfn>multi-dimensional array</dfn>.
# --instructions-- # --instructions--