smol-rs / polling

Portable interface to epoll, kqueue, event ports, and wepoll
Apache License 2.0
551 stars 68 forks source link

Fix wrong link in docs of Poller::wait() #163

Closed psychon closed 1 year ago

psychon commented 1 year ago

Once upon a time, this got a Vec as an argument, but that was replaced with the Events struct. Thus, this should link to Events and not Vec.

Screenshot of result:
foo