Index: src/OFTCPSocket.h ================================================================== --- src/OFTCPSocket.h +++ src/OFTCPSocket.h @@ -87,11 +87,11 @@ @property (nonatomic) bool sendsKeepAlives; #endif #ifndef OF_WII /** - * @brief Whether sending segments can be delayed. Setting this to NO sets + * @brief Whether sending segments can be delayed. Setting this to `false` sets * TCP_NODELAY on the socket. * * @warning This is not available on the Wii! */ @property (nonatomic) bool canDelaySendingSegments;