summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndy <andys8@users.noreply.github.com>2017-04-01 22:19:58 +0200
committerven <vendethiel@hotmail.fr>2017-04-01 22:19:58 +0200
commit63a6eb1182205389388e13b680962199ac9b3ffb (patch)
tree5009e84c767633adc3aea074db6dc315f3332160
parent5ab4fb659a34e46873c7734e8d0ce0f6c6c860e5 (diff)
[haskell] Updating second headline (#2695)
* Haskell: Updating second headline * Haskell: Updating second headline (es) * Haskell: Updating second headline (fr) * Haskell: Updating second headline (pl) * Haskell: Updating second headline (pt) * Haskell: Updating second headline (ro) * Haskell: Updating second headline (ru) * Haskell: Updating second headline (cn)
-rw-r--r--es-es/haskell-es.html.markdown2
-rw-r--r--fr-fr/haskell.html.markdown2
-rw-r--r--haskell.html.markdown2
-rw-r--r--pl-pl/haskell-pl.html.markdown2
-rw-r--r--pt-br/haskell-pt.html.markdown2
-rw-r--r--ro-ro/haskell-ro.html.markdown2
-rw-r--r--ru-ru/haskell-ru.html.markdown2
-rw-r--r--zh-cn/haskell-cn.html.markdown2
8 files changed, 8 insertions, 8 deletions
diff --git a/es-es/haskell-es.html.markdown b/es-es/haskell-es.html.markdown
index babb1060..66ce109d 100644
--- a/es-es/haskell-es.html.markdown
+++ b/es-es/haskell-es.html.markdown
@@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
--- Listas y Tuplas
+-- 2. Listas y Tuplas
----------------------------------------------------
-- Cada elemento en una lista debe ser del mismo tipo.
diff --git a/fr-fr/haskell.html.markdown b/fr-fr/haskell.html.markdown
index d9d3151f..a34dc098 100644
--- a/fr-fr/haskell.html.markdown
+++ b/fr-fr/haskell.html.markdown
@@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
--- Listes et tuples
+-- 2. Listes et tuples
----------------------------------------------------
-- Tous les éléments d'une liste doit avoir le même type.
diff --git a/haskell.html.markdown b/haskell.html.markdown
index ce804415..4e254070 100644
--- a/haskell.html.markdown
+++ b/haskell.html.markdown
@@ -64,7 +64,7 @@ not False -- True
----------------------------------------------------
--- Lists and Tuples
+-- 2. Lists and Tuples
----------------------------------------------------
-- Every element in a list must have the same type.
diff --git a/pl-pl/haskell-pl.html.markdown b/pl-pl/haskell-pl.html.markdown
index 5eb68e2e..3a51ade5 100644
--- a/pl-pl/haskell-pl.html.markdown
+++ b/pl-pl/haskell-pl.html.markdown
@@ -65,7 +65,7 @@ not False -- True
"To jest lancuch" !! 0 -- 'T'
----------------------------------------------------
--- Listy oraz krotki
+-- 2. Listy oraz krotki
----------------------------------------------------
-- Wszystkie elementy listy muszą być tego samego typu.
diff --git a/pt-br/haskell-pt.html.markdown b/pt-br/haskell-pt.html.markdown
index 788dc1d2..181aa471 100644
--- a/pt-br/haskell-pt.html.markdown
+++ b/pt-br/haskell-pt.html.markdown
@@ -93,7 +93,7 @@ not False -- Nega uma falácia
"AbBbbcAbbcbBbcbcb" !! 2 -- 'B'
----------------------------------------------------
--- Listas e Túplas
+-- 2. Listas e Túplas
----------------------------------------------------
-- A construção de uma lista precisa ser de elementos homogêneos
diff --git a/ro-ro/haskell-ro.html.markdown b/ro-ro/haskell-ro.html.markdown
index 082f138b..b0cc4099 100644
--- a/ro-ro/haskell-ro.html.markdown
+++ b/ro-ro/haskell-ro.html.markdown
@@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
--- Liste si tupli
+-- 2. Liste si tupli
----------------------------------------------------
-- Fiecare element dintr-o lista trebuie sa aiba acelasi tip.
diff --git a/ru-ru/haskell-ru.html.markdown b/ru-ru/haskell-ru.html.markdown
index e15fe6b7..fecee51b 100644
--- a/ru-ru/haskell-ru.html.markdown
+++ b/ru-ru/haskell-ru.html.markdown
@@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
--- Списки и Кортежи
+-- 2. Списки и Кортежи
----------------------------------------------------
-- Все элементы списка в Haskell
diff --git a/zh-cn/haskell-cn.html.markdown b/zh-cn/haskell-cn.html.markdown
index b0b1183f..c854169e 100644
--- a/zh-cn/haskell-cn.html.markdown
+++ b/zh-cn/haskell-cn.html.markdown
@@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
--- 列表和元组
+-- 2. 列表和元组
----------------------------------------------------
-- 一个列表中的每一个元素都必须是相同的类型。