From 206f4df72938095bd90fa94ec6df5dde9dad5df1 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 23 May 2006 08:05:56 +0000 Subject: [PATCH] Typo fix p4raw-id: //depot/perl@28291 --- ext/threads/threads.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index b6211ba..f72f2a2 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -338,7 +338,7 @@ As with subroutines, the type of value returned from a thread's entry point function may be determined by the thread's I: list, scalar or void. The thread's context is determined at thread creation. This is necessary so that the context is available to the entry point function via -L. The thread may then specify a value of +L. The thread may then specify a value of the appropriate type to be returned from C<-Ejoin()>. =head2 Explicit context -- 2.7.4