summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2023-05-14 04:16:05 +0400
committerKarl Williamson <khw@cpan.org>2023-05-15 16:08:19 -0600
commit77675bdca5b40e65b9ea687bb7fcf87b82106502 (patch)
tree95c30c90909f6891269a14968ced48d2429ca727
parentf0f23302c18e9bab0150d7d03331cbfa0748c7c4 (diff)
downloadperl-77675bdca5b40e65b9ea687bb7fcf87b82106502.tar.gz
perlstype.pod: Fix spelling
"layout" is a noun, while "lay out" a verb (somewhat).
-rw-r--r--pod/perlstyle.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlstyle.pod b/pod/perlstyle.pod
index 750e374b9a..ba66ab724f 100644
--- a/pod/perlstyle.pod
+++ b/pod/perlstyle.pod
@@ -23,7 +23,7 @@ well as several other useful L<named features|feature/AVAILABLE FEATURES>).
use v5.36;
-Regarding aesthetics of code lay out, about the only thing Larry
+Regarding aesthetics of code layout, about the only thing Larry
cares strongly about is that the closing curly bracket of
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: