Fix editing error in floating-point docs.

My fault; the error was introduced in the Ryu patch.
This commit is contained in:
Andrew Gierth 2019-05-11 03:23:55 +01:00
parent 064df0edfe
commit b721e201a0
1 changed files with 2 additions and 2 deletions

View File

@ -763,8 +763,8 @@ FROM generate_series(-3.5, 3.5, 1) as x;
<note>
<para>
Applications that wanted precise values have historically had to set
<xref linkend="guc-extra-float-digits"/> to 3 obtain them. For maximum
compatibility between versions, they should continue to do so.
<xref linkend="guc-extra-float-digits"/> to 3 to obtain them. For
maximum compatibility between versions, they should continue to do so.
</para>
</note>