diff options
author | Adam <adam@adambard.com> | 2013-10-27 22:18:31 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-10-27 22:18:31 -0700 |
commit | dadd4c2a2bf180dccdc74a89a82cfe42db1cedb9 (patch) | |
tree | 94db3c6fd5dc197ce303464f5128696e794d56bf /haskell.html.markdown | |
parent | 7ff3de74fe941a220e6fb3e3e3434d90d0d51cc6 (diff) | |
parent | 0c523f4e95ef7dabfbd14a6a90f86035e01f75a4 (diff) |
Merged with latest from upstream
Diffstat (limited to 'haskell.html.markdown')
-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. -} ---------------------------------------------------- |