diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-18 10:54:40 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-18 10:54:40 -0700 |
commit | 0b80073e7c10d7413fd40ac70ba6bd5eaf58cd45 (patch) | |
tree | d674cd74ad079a99e6f8f6c2272529ccbcc08ab0 | |
parent | d3544dc6f7a2386c4a68a85110f322b50332cfbe (diff) | |
parent | 4d4a0a3a01864ae86f1cc3ac8ee903f146f270bf (diff) | |
download | pandoc-0b80073e7c10d7413fd40ac70ba6bd5eaf58cd45.tar.gz |
Merge pull request #2093 from gbataille/genericTypo
Typo on Text.Pandoc.Generic
-rw-r--r-- | CONTRIBUTING.md | 2 |
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 |