summaryrefslogtreecommitdiff
path: root/ext/IO/lib/IO/Select.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO/lib/IO/Select.pm')
-rw-r--r--ext/IO/lib/IO/Select.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/Select.pm b/ext/IO/lib/IO/Select.pm
index f556b024a8..7e5d8bd819 100644
--- a/ext/IO/lib/IO/Select.pm
+++ b/ext/IO/lib/IO/Select.pm
@@ -281,7 +281,7 @@ cache which is indexed by the C<fileno> of the handle, so if more than one
handle with the same C<fileno> is specified then only the last one is cached.
Each handle can be an C<IO::Handle> object, an integer or an array
-reference where the first element is a C<IO::Handle> or an integer.
+reference where the first element is an C<IO::Handle> or an integer.
=item remove ( HANDLES )