summaryrefslogtreecommitdiff
path: root/ext/threads/shared/shared.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/threads/shared/shared.pm')
-rw-r--r--ext/threads/shared/shared.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm
index 1f2ad9d99c..62cdbdd105 100644
--- a/ext/threads/shared/shared.pm
+++ b/ext/threads/shared/shared.pm
@@ -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