summaryrefslogtreecommitdiff
path: root/ext/socket/tcpsocket.c
diff options
context:
space:
mode:
authorStan Lo <[email protected]>2024-12-14 19:06:17 +0000
committerNobuyoshi Nakada <[email protected]>2024-12-15 15:36:08 +0900
commite9926afb24d00ffd721c39d535a3b91cb8a0ea56 (patch)
treed69cf5ce9e53f776ad0f450d1b294aa4d163ef46 /ext/socket/tcpsocket.c
parente08e168a57dde3b76d3de380fa167e58fce6acdd (diff)
Fix broken links to `Socket.tcp_fast_fallback=`
Since it's a singleton method, it should be referenced as `Socket.tcp_fast_fallback=`, not `Socket#tcp_fast_fallback=`.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12348
Diffstat (limited to 'ext/socket/tcpsocket.c')
-rw-r--r--ext/socket/tcpsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/socket/tcpsocket.c b/ext/socket/tcpsocket.c
index 93618d2d90..28527f632f 100644
--- a/ext/socket/tcpsocket.c
+++ b/ext/socket/tcpsocket.c
@@ -23,7 +23,7 @@
* algorithm by default, except on Windows.
*
* For details on Happy Eyeballs Version 2,
- * see {Socket.tcp_fast_fallback=}[rdoc-ref:Socket#tcp_fast_fallback=].
+ * see {Socket.tcp_fast_fallback=}[rdoc-ref:Socket.tcp_fast_fallback=].
*
* To make it behave the same as in Ruby 3.3 and earlier,
* explicitly specify the option fast_fallback:false.