diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_extension.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_extension.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_extension.sgml b/doc/src/sgml/ref/drop_extension.sgml index 4ea20131c79..dcc52c2ced0 100644 --- a/doc/src/sgml/ref/drop_extension.sgml +++ b/doc/src/sgml/ref/drop_extension.sgml @@ -81,8 +81,8 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ <listitem> <para> This option prevents the specified extensions from being dropped - if there exists non-extension-member objects that depends on any - the extensions. This is the default. + if there exist non-extension-member objects that depend on any + of the extensions. This is the default. </para> </listitem> </varlistentry> |