SDL_net: Sync SDL3_net wiki -> header (034e4)

From 034e4109f853baa581372e396b4423a77523b00c Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 30 Jan 2025 21:54:20 +0000
Subject: [PATCH] Sync SDL3_net wiki -> header

[ci skip]
---
 include/SDL3_net/SDL_net.h | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/include/SDL3_net/SDL_net.h b/include/SDL3_net/SDL_net.h
index 7bbec69..e2ae9a9 100644
--- a/include/SDL3_net/SDL_net.h
+++ b/include/SDL3_net/SDL_net.h
@@ -123,10 +123,9 @@ typedef struct SDLNet_Address SDLNet_Address;  /**< Opaque struct that deals wit
 /**
  * Resolve a human-readable hostname.
  *
- * SDL_net doesn't operate on human-readable hostnames (like "
- * [www.libsdl.org](https://libsdl.org)
- * ") but on computer-readable addresses. This function converts from one to
- * the other. This process is known as "resolving" an address.
+ * SDL_net doesn't operate on human-readable hostnames (like `www.libsdl.org`
+ * but on computer-readable addresses. This function converts from one to the
+ * other. This process is known as "resolving" an address.
  *
  * You can also use this to turn IP address strings (like "159.203.69.7") into
  * SDLNet_Address objects.