From 9e64162105333a1a79358a0a79de97a19389acab Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 26 May 2026 13:34:30 +0000
Subject: [PATCH] Sync SDL2_net wiki -> header
[ci skip]
---
include/SDL_net.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/SDL_net.h b/include/SDL_net.h
index 577c1ef..b01ed86 100644
--- a/include/SDL_net.h
+++ b/include/SDL_net.h
@@ -573,9 +573,9 @@ extern DECLSPEC int SDLCALL SDLNet_UDP_Bind(UDPsocket sock, int channel, const I
/**
* Unbind all addresses from the given channel.
*
- * Note that UDP sockets at the platform layer "bind" to a network port number,
- * but SDL_net's UDP sockets also "bind" to a "channel" on top of that, with
- * SDLNet_UDP_Bind(). But the term is used for both.
+ * Note that UDP sockets at the platform layer "bind" to a network port
+ * number, but SDL_net's UDP sockets also "bind" to a "channel" on top of
+ * that, with SDLNet_UDP_Bind(). But the term is used for both.
*
* \param sock the UDP socket to unbind addresses from a channel on.
* \param channel the channel of the socket to unbind.