summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-08-13 07:44:13 -0700
committerAdam Bard <github@adambard.com>2013-08-13 07:44:13 -0700
commit46eace2b7801f0ed85c6ef7c7cea39f398df8858 (patch)
tree1e594e02daf5820bdd7b43eed01e94022ad14600
parent4ab4e6dcadd2e56b30fe1ce1a2841fd1e73c9a6a (diff)
parent76526895ff276939dbd4a8f36f631588459584ba (diff)
Merge pull request #197 from xiaochuanyu/patch-1
Typo in haskell.html.markdown
-rw-r--r--haskell.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell.html.markdown b/haskell.html.markdown
index 9847ef2a..e3ec3f38 100644
--- a/haskell.html.markdown
+++ b/haskell.html.markdown
@@ -84,7 +84,7 @@ not False -- True
-- rest of the elements of this "infinite" list don't exist yet! Haskell won't
-- actually evaluate them until it needs to.
-- joining two lists
+-- joining two lists
[1..5] ++ [6..10]
-- adding to the head of a list