Skip to content

Commit 40ddee5

Browse files
committed
include: Fixed typo in docs.
1 parent 69ffd92 commit 40ddee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3_net/SDL_net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ extern SDL_DECLSPEC bool SDLCALL SDLNet_SendDatagram(SDLNet_DatagramSocket *sock
10691069
* packets or they don't arrive at all, so you'll never receive half a packet.
10701070
*
10711071
* This call never blocks; if no new data isn't available at the time of the
1072-
* call, it returns 0 immediately. The caller can try again later.
1072+
* call, it returns true immediately. The caller can try again later.
10731073
*
10741074
* On a successful call to this function, it returns zero, even if no new
10751075
* packets are available, so you should check for a successful return and a

0 commit comments

Comments
 (0)