Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/winsock2/nf-winsock2-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The network subsystem has failed.
</dl>
</td>
<td width="60%">
The <i>time-out</i> value is not valid, or all three descriptor parameters were <b>null</b>.
The <i>time-out</i> value is not valid, or all three descriptor parameters were <b>null</b> or descriptor parameters are empty.
Copy link
Preview

Copilot AI Sep 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The sentence structure is unclear due to missing articles. Consider rewording to: 'The time-out value is not valid, or all three descriptor parameters were null or the descriptor parameters are empty.'

Suggested change
The <i>time-out</i> value is not valid, or all three descriptor parameters were <b>null</b> or descriptor parameters are empty.
The <i>time-out</i> value is not valid, or all three descriptor parameters were <b>null</b> or the descriptor parameters are empty.

Copilot uses AI. Check for mistakes.


</td>
</tr>
Expand Down