File 0134-fix-off-by-one-error-in-docs.patch of Package erlang
From 7f89338e2dddb47228aeef590b958f5640e17bfb Mon Sep 17 00:00:00 2001 From: Gregory Ostermayr <gregory.ostermayr@gmail.com> Date: Mon, 18 Sep 2017 15:02:41 -0400 Subject: [PATCH] fix off by one error in docs --- erts/emulator/pcre/README.pcre_update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.14.1