event/Loop: improve API doc wording
This commit is contained in:
parent
56adb27b44
commit
db21e20c99
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user