Skip to content

Commit 9dfe6c6

Browse files
authored
Update Sources/System/IORing/IORequest.swift
1 parent 38116ad commit 9dfe6c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/System/IORing/IORequest.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ extension IORing.Request {
196196
/// Adds a poll operation to monitor a file descriptor for specific I/O events.
197197
///
198198
/// This method creates an io_uring poll operation that monitors the specified file descriptor
199-
/// for I/O readiness events. The operation completes when any of the requested events become
200-
/// active on the file descriptor, such as data becoming available for reading or the descriptor
199+
/// for I/O readiness events. The operation completes when any of the requested events
200+
/// occur on the file descriptor, such as data becoming available for reading or the descriptor
201201
/// becoming ready for writing.
202202
///
203203
/// Poll operations are useful for implementing efficient I/O multiplexing, allowing you to

0 commit comments

Comments
 (0)