Fix typo: PRCE -> PCRE

This commit is contained in:
Kaushal Modi
2018-06-05 12:58:23 -04:00
parent 959b6354c1
commit 0321ea36c9

View File

@@ -10,11 +10,11 @@
## Regular expression support for Nim.
##
## This module is implemented by providing a wrapper around the
## `PRCE (Perl-Compatible Regular Expressions) <http://www.pcre.org>`_
## C library. This means that your application will depend on the PRCE
## `PCRE (Perl-Compatible Regular Expressions) <http://www.pcre.org>`_
## C library. This means that your application will depend on the PCRE
## library's licence when using this module, which should not be a problem
## though.
## PRCE's licence follows:
## PCRE's licence follows:
##
## .. include:: ../../doc/regexprs.txt
##