Skip to content

Commit 41e24ae

Browse files
authored
Improve NEWS.md for Socket (ruby#15610)
1 parent aee4b24 commit 41e24ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ Note: We're only listing outstanding class updates.
227227
* When a user-specified timeout occurred in `TCPSocket.new`, either `Errno::ETIMEDOUT`
228228
or `IO::TimeoutError` could previously be raised depending on the situation.
229229
This behavior has been unified so that `IO::TimeoutError` is now consistently raised.
230-
(Please note that, in `Socket.tcp`, there are still cases where `Errno::ETIMEDOUT` may
231-
be raised in similar situations.)
230+
(Please note that, in `Socket.tcp`, there are still cases where `Errno::ETIMEDOUT`
231+
may be raised in similar situations, and that in both cases `Errno::ETIMEDOUT` may be
232+
raised when the timeout occurs at the OS level.)
232233

233234
* String
234235

0 commit comments

Comments
 (0)