summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGrégory Bataille <gbataille.dev@gmail.com>2015-04-18 16:05:30 +0200
committerGrégory Bataille <gbataille.dev@gmail.com>2015-04-18 16:05:30 +0200
commit4d4a0a3a01864ae86f1cc3ac8ee903f146f270bf (patch)
tree29ab0c53f1d8dd3a95f02c6b2a1f641a32853fe7 /CONTRIBUTING.md
parent10e28ef750f0c7e6bc0dfb7aabaaad8edf059e3c (diff)
Typo on Text.Pandoc.Generic
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 168392bc0..ab77c4b3b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -148,7 +148,7 @@ the pandoc library is in `src/`, the source for the tests is in
`tests/`, and the source for the benchmarks is in `benchmark/`.
The modules `Text.Pandoc.Definition`, `Text.Pandoc.Builder`, and
-`Text.Pandoc.Generics` are in a separate library `pandoc-types`. The code can
+`Text.Pandoc.Generic` are in a separate library `pandoc-types`. The code can
be found in a <http://github.com/jgm/pandoc-types>.
To build pandoc, you will need a working installation of the