summaryrefslogtreecommitdiff
path: root/pod/perlstyle.pod
diff options
context:
space:
mode:
authorNathan Torkington <gnat@prometheus.frii.com>1997-04-03 08:34:15 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-03 10:03:25 +1200
commit4a6725af9146bd7faaa10aa5429ff009d393fd6d (patch)
treea3ce04fc20ee3f1d40bff76887a2a86aeab52ddf /pod/perlstyle.pod
parent203c3eeca2516d7ec08a0618594a5440ce517675 (diff)
downloadperl-4a6725af9146bd7faaa10aa5429ff009d393fd6d.tar.gz
Pod style
Diffstat (limited to 'pod/perlstyle.pod')
-rw-r--r--pod/perlstyle.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlstyle.pod b/pod/perlstyle.pod
index 8adb901139..bfc94a9eaa 100644
--- a/pod/perlstyle.pod
+++ b/pod/perlstyle.pod
@@ -17,7 +17,7 @@ useful.
Regarding aesthetics of code lay out, about the only thing Larry
cares strongly about is that the closing curly brace of
-a multiline BLOCK should line up with the keyword that started the construct.
+a multi-line BLOCK should line up with the keyword that started the construct.
Beyond that, he has other preferences that aren't so strong:
=over 4
@@ -32,7 +32,7 @@ Opening curly on same line as keyword, if possible, otherwise line up.
=item *
-Space before the opening curly of a multiline BLOCK.
+Space before the opening curly of a multi-line BLOCK.
=item *