summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/coding-style.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc/coding-style.txt')
-rw-r--r--Master/tlpkg/doc/coding-style.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/coding-style.txt b/Master/tlpkg/doc/coding-style.txt
index e2637edfde8..087322cce66 100644
--- a/Master/tlpkg/doc/coding-style.txt
+++ b/Master/tlpkg/doc/coding-style.txt
@@ -71,7 +71,7 @@ not Perl keywords.
* Similarly, Perl lets you omit parentheses around function calls and/or
primitives in many situations. As a rule, don't do this. It is far
clearer to use parens when there's a function call. Exceptions for
-these primitives: exists, defined, print and its relatives.
+these primitives: exists, defined, die, warn, and print and relatives.
* The above is essentially the recommendation of the GNU coding standards