From 2e5c05ed6a2a5cbe560ec05aa6df8a7b2a977306 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Jan 2018 12:49:19 +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 8de483d0b1..664f60de54 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 start of a line (in multi-line mode, which is the + Matches the start of the line (in multi-line mode, which is the default) ``$``