diff options
author | Gregory Ostermayr <[email protected]> | 2017-09-18 15:02:41 -0400 |
---|---|---|
committer | Gregory Ostermayr <[email protected]> | 2017-09-18 15:02:41 -0400 |
commit | 7f89338e2dddb47228aeef590b958f5640e17bfb (patch) | |
tree | 690d3da55fade29f3a7c7e60b0be63c24674df53 /erts/emulator | |
parent | 9bace0e62d528822519de33c9cd54030181e8541 (diff) | |
download | otp-7f89338e2dddb47228aeef590b958f5640e17bfb.tar.gz otp-7f89338e2dddb47228aeef590b958f5640e17bfb.tar.bz2 otp-7f89338e2dddb47228aeef590b958f5640e17bfb.zip |
fix off by one error in docs
Diffstat (limited to 'erts/emulator')
-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 |