event/Loop: improve API doc wording
This commit is contained in:
@@ -96,8 +96,8 @@ class EventLoop final
|
||||
SocketList sockets;
|
||||
|
||||
/**
|
||||
* A linked list of #SocketEvent instances which have a
|
||||
* non-zero "ready_flags" field, and need to be dispatched.
|
||||
* A list of #SocketEvent instances which have a non-zero
|
||||
* "ready_flags" field, and need to be dispatched.
|
||||
*/
|
||||
SocketList ready_sockets;
|
||||
|
||||
|
Reference in New Issue
Block a user