Skip to content

Commit 1830873

Browse files
rwp0pull[bot]
authored andcommitted
perlstype.pod: Fix spelling
"layout" is a noun, while "lay out" a verb (somewhat).
1 parent 7ca157b commit 1830873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlstyle.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ well as several other useful L<named features|feature/AVAILABLE FEATURES>).
2323

2424
use v5.36;
2525

26-
Regarding aesthetics of code lay out, about the only thing Larry
26+
Regarding aesthetics of code layout, about the only thing Larry
2727
cares strongly about is that the closing curly bracket of
2828
a multi-line BLOCK should line up with the keyword that started the construct.
2929
Beyond that, he has other preferences that aren't so strong:

0 commit comments

Comments
 (0)