summaryrefslogtreecommitdiffhomepage
path: root/haskell.html.markdown
diff options
context:
space:
mode:
authorwikibook <dylee@wikibook.kr>2013-08-20 10:46:10 +0900
committerwikibook <dylee@wikibook.kr>2013-08-20 10:46:10 +0900
commit276d73bdd3b1e43c471a86191dcda87c7e3c5241 (patch)
treee13b9640f2a54cb4378eef1c6ef70c08ae8b2175 /haskell.html.markdown
parent4e7f0ce330914cded8be937b8e5f1700350623d2 (diff)
parentf33dea8b83bf64ecde36337a5e02cae77f5210de (diff)
fix typo in Java tutorial
Diffstat (limited to '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