minor bug in dumping blessed subrefs
[p5sagit/p5-mst-13.2.git] / pod / perlstyle.pod
index 5ad73cf..cf280ce 100644 (file)
@@ -242,7 +242,7 @@ to fit on one line anyway.
 
 Always check the return codes of system calls.  Good error messages should
 go to STDERR, include which program caused the problem, what the failed
-system call and arguments were, and VERY IMPORTANT) should contain the
+system call and arguments were, and (VERY IMPORTANT) should contain the
 standard system error message for what went wrong.  Here's a simple but
 sufficient example: