diff options
| -rw-r--r-- | haskell.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/haskell.html.markdown b/haskell.html.markdown index 6b3c6e17..267b40af 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -11,7 +11,7 @@ makes coding a real joy for me.  ```haskell  -- Single line comments start with two dashes.  {- Multiline comments can be enclosed -en a block like this. +in a block like this.  -}  ---------------------------------------------------- | 
