SDL_net: Sync SDL3_net wiki -> header (5af3b)

From 5af3b068ea13f888be954801c0b8c17993811850 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sun, 5 Apr 2026 20:57:41 +0000
Subject: [PATCH] Sync SDL3_net wiki -> header

[ci skip]
---
 include/SDL3_net/SDL_net.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index a7a2ca87..46724d95 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -27,7 +27,7 @@
  * SDL_net is a simple library to help with networking.
  *
  * In current times, it's a relatively thin layer over system-level APIs like
- * BSD Sockets or WinSock. It's primary strength is in making those interfaces
+ * BSD Sockets or WinSock. Its primary strength is in making those interfaces
  * less complicated to use, and handling several unexpected corner cases, so
  * the app doesn't have to.
  *