Skip to content

Commit 4b21044

Browse files
committed
Sync SDL3_net wiki -> header
[ci skip]
1 parent 2e6b797 commit 4b21044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3_net/SDL_net.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ typedef struct SDLNet_Server SDLNet_Server; /**< a listen socket, internally.
564564
*
565565
* \param addr the _local_ address to listen for connections on, or NULL.
566566
* \param port the port on the local address to listen for connections on.
567-
* \returns a new SDLNet_StreamSocket, pending connection, or NULL on error;
568-
* call SDL_GetError() for details.
567+
* \returns a new SDLNet_Server, or NULL on error; call SDL_GetError() for
568+
* details.
569569
*
570570
* \threadsafety It is safe to call this function from any thread.
571571
*

0 commit comments

Comments
 (0)