Skip to content

Commit b3bd90e

Browse files
committed
Sync SDL3_net wiki -> header
[ci skip]
1 parent 9df5eea commit b3bd90e

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
@@ -517,8 +517,8 @@ extern SDL_DECLSPEC void SDLCALL NET_SimulateAddressResolutionLoss(int percent_l
517517
*
518518
* \param a first address to compare.
519519
* \param b second address to compare.
520-
* \returns a value less than zero if `a` is "less than" `b`, a value greater than zero
521-
* if "greater than", zero if equal.
520+
* \returns a value less than zero if `a` is "less than" `b`, a value greater
521+
* than zero if "greater than", zero if equal.
522522
*
523523
* \threadsafety It is safe to call this function from any thread.
524524
*

0 commit comments

Comments
 (0)