diff options
author | Adam Bard <github@adambard.com> | 2013-10-27 21:59:44 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-10-27 21:59:44 -0700 |
commit | 59cde47ae95f70f42842d8c1a2eb42ed79aa22e7 (patch) | |
tree | 5fa130d302855103c8ea863bcda54eae9f9bad2e | |
parent | 661d9481c8e843ce95e0765f5723e193eacb3632 (diff) | |
parent | 001093d53af262cdcae53a09f080a6105151bce0 (diff) |
Merge pull request #391 from mgold/patch-1
[haskell/en] Typo
-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. -} ---------------------------------------------------- |