summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-18 15:09:39 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-07-18 15:12:37 +1000
commitff3d205314f111ff9762b04c2a9ea9ed6ef2cc56 (patch)
tree5f451c1bf4037454e30d75dd7cb6fb31cc955616 /doc
parentf461bfbbe198f0ab86707a44933891cb0cf1bcf2 (diff)
doc/perl: fix build
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/perl.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/perl.xml b/doc/languages-frameworks/perl.xml
index e661ba4e87c6..ff0f350e99ca 100644
--- a/doc/languages-frameworks/perl.xml
+++ b/doc/languages-frameworks/perl.xml
@@ -11,7 +11,7 @@
<programlisting>
#!/usr/bin/env perl
</programlisting>
- to take the Perl installation from the <literal>PATH<literal> environment variable, or invoke Perl directly with:
+ to take the Perl installation from the <literal>PATH</literal> environment variable, or invoke Perl directly with:
<screen>
<prompt>$ </prompt>perl ./myscript.pl
</screen>