Fix POD typo
authorFrank Wiegand <frank.wiegand@gmail.com>
Sat, 30 Jan 2010 08:54:32 +0000 (09:54 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sat, 30 Jan 2010 13:00:46 +0000 (14:00 +0100)
pod/perlthrtut.pod

index 6468aa8..18a6f46 100644 (file)
@@ -275,7 +275,7 @@ instead, as described next.
 
 NOTE: In the example above, the thread returns a list, thus necessitating
 that the thread creation call be made in list context (i.e., C<my ($thr)>).
-See L<threads/"$thr->join()"> and L<threads/"THREAD CONTEXT"> for more
+See L<< threads/"$thr->join()" >> and L<threads/"THREAD CONTEXT"> for more
 details on thread context and return values.
 
 =head2 Ignoring A Thread