Skip to content

Commit b3b0a55

Browse files
committed
Fix typo in 2024-12-22
1 parent 5d3c20f commit b3b0a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/articles/2024-12-22.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sensibly-written code from 20 years ago should still run under the
6161
next release of Perl. In other words, any C<perl> interpreter should
6262
understand code written against older versions of the Perl I<language>
6363
just fine. As I have personally experimented, this actually even applies
64-
to scripts targetting version 4 of the language!
64+
to scripts targeting version 4 of the language!
6565

6666
With such a strong commitment to backwards compatibility, how does
6767
one even introduce new features to the language? To quote from

0 commit comments

Comments
 (0)