From 9a6df113d3192c4246832388299a4b45b3668d6c Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 22 Jun 2022 23:29:08 +0700 Subject: Warnings cleanup --- crypto/src/tls/TlsProtocol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/tls') diff --git a/crypto/src/tls/TlsProtocol.cs b/crypto/src/tls/TlsProtocol.cs index 41d8e109e..e442dd585 100644 --- a/crypto/src/tls/TlsProtocol.cs +++ b/crypto/src/tls/TlsProtocol.cs @@ -1227,7 +1227,7 @@ namespace Org.BouncyCastle.Tls } /// Gets the amount of received application data. - /// A call to is guaranteed to be able to return at least + /// A call to is guaranteed to be able to return at least /// this much data.

/// Only allowed in non-blocking mode. ///
-- cgit 1.4.1