threads::shared doc
Andy Bussey [Thu, 3 Jan 2002 23:24:13 +0000 (23:24 +0000)]
   Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>

p4raw-link: @14042 on //depot/perl: 0ac6548c96ce0c047f2319c1d7393075a554e45d

p4raw-id: //depot/perl@14050

ext/threads/shared/shared.pm

index 1f2ad9d..62cdbdd 100644 (file)
@@ -211,10 +211,10 @@ in a C<cond_wait> on the locked variable, rather than only one.
 
 =head1 NOTES
 
-threads::shared is designed is disable itself silently if threads are
+threads::shared is designed to disable itself silently if threads are
 not available. If you want access to threads, you must C<use threads>
 before you C<use threads::shared>.  threads will emit a warning if you
-use it before threads::shared.
+use it after threads::shared.
 
 =head1 BUGS