From 946a450995d874c807faa16a5df817ca80a7ecb0 Mon Sep 17 00:00:00 2001 From: i Date: Thu, 8 Aug 2013 15:05:01 -0400 Subject: '/' is a character Do you mean no letters? --- haskell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haskell.html.markdown') 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 -- cgit v1.2.3