Skip to content

Commit ec33fdc

Browse files
committed
Doc: replace unnecessary non-breaking space with ordinal space.
There were unnecessary non-breaking spaces (nbsp, U+00A0, 0xc2a0 in UTF-8) in the docs. This commit replaces them with ASCII spaces (0x20). config.sgml is backpatched through 17. ref/drop_extension.sgml is backpatched through 13. Discussion: https://postgr.es/m/20240930.153404.202479334310259810.ishii%40postgresql.org Reviewed-by: Yugo Nagata, Daniel Gustafsson Backpatch-through: 17, 13
1 parent 88e1153 commit ec33fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/drop_extension.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DROP EXTENSION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [
8282
<para>
8383
This option prevents the specified extensions from being dropped if
8484
other objects, besides these extensions, their members, and their
85-
explicitly dependent routines, depend on them.  This is the default.
85+
explicitly dependent routines, depend on them. This is the default.
8686
</para>
8787
</listitem>
8888
</varlistentry>

0 commit comments

Comments
 (0)