diff --git a/doc/source/stdlib/stdstringlib.rst b/doc/source/stdlib/stdstringlib.rst index 9078d39..f1f7dfc 100644 --- a/doc/source/stdlib/stdstringlib.rst +++ b/doc/source/stdlib/stdstringlib.rst @@ -69,8 +69,8 @@ The regexp class .. js:class:: regexp(pattern) - The regexp object represent a precompiled regular expression pattern. The object is created - trough `regexp(patern)`. + The regexp object represents a precompiled regular expression pattern. The object is created + through `regexp(pattern)`. +---------------------+--------------------------------------+