aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/array
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/glossary/array
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/glossary/array')
-rw-r--r--files/es/glossary/array/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/glossary/array/index.html b/files/es/glossary/array/index.html
index 74b22dbedc..cf3f7346e1 100644
--- a/files/es/glossary/array/index.html
+++ b/files/es/glossary/array/index.html
@@ -1,6 +1,6 @@
---
title: Arreglos (Matrices)
-slug: Glossary/Arreglos
+slug: Glossary/array
tags:
- Arreglos
- CodificaciónScripting
@@ -9,6 +9,7 @@ tags:
- Matriz
- programacion
translation_of: Glossary/array
+original_slug: Glossary/Arreglos
---
<p>Un arreglo (matriz<em>)</em> es una colección ordenada de datos (tanto {{glossary("Primitivo", "primitivos")}} u {{glossary("Object", "objetos")}} dependiendo del lenguaje). Los arreglos (matrices<em>)</em> se emplean para almacenar multiples valores en una sola variable, frente a las variables que sólo pueden almacenar un valor (por cada variable).</p>