From 2e6b7978a12d2290b48e18959e1f58790ba67267 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 30 Jan 2025 23:48:18 +0000
Subject: [PATCH] Sync SDL3_net wiki -> header
[ci skip]
---
include/SDL3_net/SDL_net.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index e2ae9a9..0665594 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -758,7 +758,8 @@ extern SDL_DECLSPEC bool SDLCALL SDLNet_WriteToStreamSocket(SDLNet_StreamSocket
* other networking failures occurred), this function will report failure by
* returning -1. Stream sockets only report failure for unrecoverable
* conditions; once a stream socket fails, you should assume it is no longer
- * usable and should destroy it with SDL_DestroyStreamSocket().
+ * usable and should destroy it with
+ * [SDLNet_DestroyStreamSocket()](SDLNet_DestroyStreamSocket).
*
* \param sock the stream socket to query.
* \returns number of bytes still pending transmission, -1 on failure; call