Skip to content

Commit 0de771d

Browse files
committed
Fix typo, per Neil Conway.
1 parent 4ec457a commit 0de771d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/xplang.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/xplang.sgml,v 1.19 2002/09/21 18:32:54 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/xplang.sgml,v 1.20 2003/01/31 00:10:51 tgl Exp $
33
-->
44

55
<chapter id="xplang">
@@ -112,7 +112,7 @@ CREATE <optional>TRUSTED</optional> <optional>PROCEDURAL</optional> LANGUAGE <re
112112
<application>PL/Python</application> are known to be trusted;
113113
the languages <application>PL/TclU</application> and
114114
<application>PL/PerlU</application> are designed to provide
115-
unlimited functionality should <emphasis>not</emphasis> be
115+
unlimited functionality and should <emphasis>not</emphasis> be
116116
marked trusted.
117117
</para>
118118
</step>

0 commit comments

Comments
 (0)