From 8faef0735603b9717b2fff38bd997eee6acd340b Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 8 May 2026 13:47:30 +0000
Subject: [PATCH] Fix XML doc comments for MaxPendingReads property exceptions
Agent-Logs-Url: https://github.com/sshnet/SSH.NET/sessions/b4b9b5e6-e214-41a2-9efd-0c2a63f65426
Co-authored-by: WojciechNagorski <17333903+WojciechNagorski@users.noreply.github.com>
---
src/Renci.SshNet/ISftpClient.cs | 2 +-
src/Renci.SshNet/SftpClient.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Renci.SshNet/ISftpClient.cs b/src/Renci.SshNet/ISftpClient.cs
index 664986cb..f79ae9c4 100644
--- a/src/Renci.SshNet/ISftpClient.cs
+++ b/src/Renci.SshNet/ISftpClient.cs
@@ -66,7 +66,7 @@ namespace Renci.SshNet
/// can prevent connection stalls when downloading larger files.
///
///
- /// is less than 1.
+ /// The value is less than 1.
/// The method was called after the client was disposed.
int MaxPendingReads { get; set; }
diff --git a/src/Renci.SshNet/SftpClient.cs b/src/Renci.SshNet/SftpClient.cs
index ca736257..194d79f8 100644
--- a/src/Renci.SshNet/SftpClient.cs
+++ b/src/Renci.SshNet/SftpClient.cs
@@ -134,7 +134,7 @@ namespace Renci.SshNet
/// can prevent connection stalls when downloading larger files.
///
///
- /// is less than 1.
+ /// The value is less than 1.
/// The method was called after the client was disposed.
public int MaxPendingReads
{