Skip to content

Commit 9795d70

Browse files
committed
lib/Thread.pm: Fix typo
1 parent ac176ae commit 9795d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Thread.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In Perl 5.005, the thread model was that all data is implicitly shared, and
6161
shared access to data has to be explicitly synchronized. This model is called
6262
I<5005threads>.
6363
64-
In Perl 5.6, a new model was introduced in which all is was thread local and
64+
In Perl 5.6, a new model was introduced in which all data is thread local and
6565
shared access to data has to be explicitly declared. This model is called
6666
I<ithreads>, for "interpreter threads".
6767

0 commit comments

Comments
 (0)