From: Rafael Garcia-Suarez Date: Tue, 23 May 2006 08:05:56 +0000 (+0000) Subject: Typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=206f4df72938095bd90fa94ec6df5dde9dad5df1;p=p5sagit%2Fp5-mst-13.2.git Typo fix p4raw-id: //depot/perl@28291 --- 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