docs typo fixes

This commit is contained in:
zeromus 2016-04-21 23:22:48 -05:00
parent b589ea521d
commit 301db648da

View File

@ -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)`.
+---------------------+--------------------------------------+