diff options
author | Rickard Green <[email protected]> | 2017-09-25 16:20:03 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-09-25 16:20:03 +0200 |
commit | 1b18005cf26957a736abac4ff05e300fbda7c075 (patch) | |
tree | b79f3defc738ed6af9865d7610682a23f86c46f7 /erts | |
parent | 44c0da287d683609319b74c25dbade61408501b3 (diff) | |
parent | 7f89338e2dddb47228aeef590b958f5640e17bfb (diff) | |
download | otp-1b18005cf26957a736abac4ff05e300fbda7c075.tar.gz otp-1b18005cf26957a736abac4ff05e300fbda7c075.tar.bz2 otp-1b18005cf26957a736abac4ff05e300fbda7c075.zip |
Merge pull request #1572 from gregors/update_docs
fix off by one error in docs
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/pcre/README.pcre_update.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/pcre/README.pcre_update.md b/erts/emulator/pcre/README.pcre_update.md index 8caf575d31..599e3d0d12 100644 --- a/erts/emulator/pcre/README.pcre_update.md +++ b/erts/emulator/pcre/README.pcre_update.md @@ -2,7 +2,7 @@ ## The basic changes to the PCRE library -To work with the Erlang VM, PCRE has been changed in two important ways: +To work with the Erlang VM, PCRE has been changed in three important ways: 1. The main execution machine in pcre\_exec has been modified so that matching can be interrupted and restarted. This functionality utilizes |