Skip to content

Commit 20c33ed

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/SDL3_net/SDL_net.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ 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 "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.
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.
129130
*
130131
* You can also use this to turn IP address strings (like "159.203.69.7") into
131132
* SDLNet_Address objects.

0 commit comments

Comments
 (0)