Typo pointed out by Erwin Brandstetter. Remove the whole makes it even
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Dec 2007 18:30:20 +0000 (18:30 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Dec 2007 18:30:20 +0000 (18:30 +0000)
better, per JD.

doc/src/sgml/syntax.sgml

index 62374fe15133937cf6e91486a42aa48aa84c7c27..7ec0e859b545549acf5531ee7ddffb077b35a47a 100644 (file)
@@ -1748,7 +1748,7 @@ SELECT ... WHERE CASE WHEN x &lt;&gt; 0 THEN y/x &gt; 1.5 ELSE false END;
 </programlisting>
     A <literal>CASE</> construct used in this fashion will defeat optimization
     attempts, so it should only be done when necessary.  (In this particular
-    example, it would doubtless be best to sidestep the problem by writing
+    example, it would be best to sidestep the problem by writing
     <literal>y &gt; 1.5*x</> instead.)
    </para>
   </sect2>