From 89f19cef05970fa63fda9fd2338dc4d109ae7ec0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Jan 2018 12:49:39 +0530 Subject: [PATCH] ... --- manual/regexp_quick_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/regexp_quick_reference.rst b/manual/regexp_quick_reference.rst index 664f60de54..ac21289d34 100644 --- a/manual/regexp_quick_reference.rst +++ b/manual/regexp_quick_reference.rst @@ -157,7 +157,7 @@ character. The most useful anchors for text processing are: not ``absurd``. ``^`` - Matches the start of the line (in multi-line mode, which is the + Matches the start of a line (in multi-line mode, which is the default) ``$``