1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +02: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

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