Skip to content

Commit 034e410

Browse files
committed
Sync SDL3_net wiki -> header
[ci skip]
1 parent 20c33ed commit 034e410

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/SDL3_net/SDL_net.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,9 @@ typedef struct SDLNet_Address SDLNet_Address; /**< Opaque struct that deals wit
123123
/**
124124
* Resolve a human-readable hostname.
125125
*
126-
* SDL_net doesn't operate on human-readable hostnames (like "
127-
* [www.libsdl.org](https://libsdl.org)
128-
* ") but on computer-readable addresses. This function converts from one to
129-
* the other. This process is known as "resolving" an address.
126+
* SDL_net doesn't operate on human-readable hostnames (like `www.libsdl.org`
127+
* but on computer-readable addresses. This function converts from one to the
128+
* other. This process is known as "resolving" an address.
130129
*
131130
* You can also use this to turn IP address strings (like "159.203.69.7") into
132131
* SDLNet_Address objects.

0 commit comments

Comments
 (0)