summaryrefslogtreecommitdiffhomepage
path: root/haskell.html.markdown
diff options
context:
space:
mode:
authori <isomorphisms@sdf.org>2013-08-08 15:05:01 -0400
committeri <isomorphisms@sdf.org>2013-08-08 15:05:01 -0400
commit946a450995d874c807faa16a5df817ca80a7ecb0 (patch)
treec199b26863fbffdda4bf2c7a89f30ffd86e0e97c /haskell.html.markdown
parent29d2880c6177ff243e6f2413b5f17e9c7fe73f3f (diff)
'/' is a character
Do you mean no letters?
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 be7d8669..9847ef2a 100644
--- a/haskell.html.markdown
+++ b/haskell.html.markdown
@@ -131,7 +131,7 @@ add 1 2 -- 3
-- with backticks:
1 `add` 2 -- 3
--- You can also define functions that have no characters! This lets
+-- You can also define functions that have no letters! This lets
-- you define your own operators! Here's an operator that does
-- integer division
(//) a b = a `div` b