From 981e5427df1c813d764897f879a825c11c1ef17e Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 15 Feb 2025 23:55:40 +0300
Subject: [PATCH] revert commit 2e6b7978a12d2290b48e18959e1f58790ba67267.
---
include/SDL3_net/SDL_net.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index eefc96a..07f6b20 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -758,8 +758,7 @@ 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
- * [SDLNet_DestroyStreamSocket()](SDLNet_DestroyStreamSocket).
+ * usable and should destroy it with SDL_DestroyStreamSocket().
*
* \param sock the stream socket to query.
* \returns number of bytes still pending transmission, -1 on failure; call