1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-02-07 00:31:56 +01:00

Merge pull request #391 from mgold/patch-1

[haskell/en] Typo
This commit is contained in:
Adam Bard 2013-10-27 21:59:44 -07:00
commit 59cde47ae9

View File

@ -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.
-}
----------------------------------------------------