Fix copy/paste error in docs

Author: Julien Rouhaud <julien.rouhaud@dalibo.com>
This commit is contained in:
Magnus Hagander 2017-06-18 19:41:46 +02:00
parent f6da23f526
commit 81a4dcf2f2

View File

@ -46,8 +46,8 @@ DROP PUBLICATION [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
<term><literal>IF EXISTS</literal></term> <term><literal>IF EXISTS</literal></term>
<listitem> <listitem>
<para> <para>
Do not throw an error if the extension does not exist. A notice is issued Do not throw an error if the publication does not exist. A notice is
in this case. issued in this case.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>