File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments