From bb467563ec973f9c41a4d8e7bda30bfb350288ee Mon Sep 17 00:00:00 2001
From: Neil Conway
Date: Tue, 28 Sep 2004 10:18:22 +0000
Subject: Fix typo in docs.
---
doc/src/sgml/func.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 128c212f502..01c9a91989c 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
@@ -7187,7 +7187,7 @@ SELECT col FROM sometable ORDER BY col ASC LIMIT 1;
A similar query (obtained by substituting DESC
for ASC in the query above) can be used in the
- place of max()).
+ place of max().
--
cgit v1.2.3