Skip to content

Commit

Permalink
SDL3_net/SDLNet_CreateServer: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMode authored and SDLWikiBot committed Feb 14, 2025
1 parent fa84acd commit cef2fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3_net/SDLNet_CreateServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SDLNet_Server * SDLNet_CreateServer(SDLNet_Address *addr, Uint16 port);
## Return Value
([SDLNet_Server](SDLNet_Server) *) Returns a new
[SDLNet_StreamSocket](SDLNet_StreamSocket), pending connection, or NULL on
[SDLNet_Server](SDLNet_Server), pending connection, or NULL on
error; call SDL_GetError() for details.
## Remarks
Expand Down

0 comments on commit cef2fed

Please sign in to comment.