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
{