1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Fix a typo

This commit is contained in:
Artyom 2016-03-16 00:31:14 +03:00
parent 61be3b5a2e
commit 951eda8e38

View File

@ -5,7 +5,7 @@ The most important rule is: **it's collaborative notes, not Wikipedia**. In othe
> **pros:** pretty nice API\
> **cons:** buggy (see an example on my Github, here's the link)
Markdown is supported in most places. 2 noteworthy features: tou can write `[pkg](@hackage)` to get a link to package `pkg` on Hackage, and you can mark snippets of code with `repl` to show that they come from GHCi:
Markdown is supported in most places. 2 noteworthy features: you can write `[pkg](@hackage)` to get a link to package `pkg` on Hackage, and you can mark snippets of code with `repl` to show that they come from GHCi:
~~~~
~~~ hs repl