Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pniewiejski authored Feb 8, 2024
1 parent 5c08f89 commit 5f7b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ It is worth to point out that the `data` field of the `epoll_event` will have th
set with `epoll_ctl`.
In case of success, `epoll_wait` will return the number of file descriptors ready for requested I/O
operation. (👉 Remember that in `epoll_event` we had to specify what type of I/O are we interested
operation. (👉 Remember that in `epoll_event` we had to specify what type of I/O we're interested
in.) In case of an error the value of -1 is returned.
## Things to 🐻 in 🧠
Expand Down

0 comments on commit 5f7b01f

Please sign in to comment.