From f4987049ef7dd28d810a77c3b15a0a202ad493f8 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Fri, 1 Feb 2013 21:44:22 -0500
Subject: [PATCH] doc: Tiny whitespace fix

---
 doc/src/sgml/func.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index e9dbcb9f8a0..38791865f61 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -4981,7 +4981,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
     will never match the newline character
     (so that matches will never cross newlines unless the RE
     explicitly arranges it)
-    and <literal>^</>and <literal>$</>
+    and <literal>^</> and <literal>$</>
     will match the empty string after and before a newline
     respectively, in addition to matching at beginning and end of string
     respectively.
-- 
GitLab