Skip to content

Commit 225d9c0

Browse files
committed
Fix minor stylistic issue
1 parent 3ce7f18 commit 225d9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plperl.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ plperl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
12521252
indirectly, will be available for use by <literal>plperl</>. This may
12531253
create a security risk. To see what modules have been loaded you can use:
12541254
<programlisting>
1255-
DO 'elog(WARNING, join ", ", sort keys %INC)' language plperl;
1255+
DO 'elog(WARNING, join ", ", sort keys %INC)' LANGUAGE plperl;
12561256
</programlisting>
12571257
</para>
12581258
<para>

0 commit comments

Comments
 (0)