We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b122ae3 commit a91b38dCopy full SHA for a91b38d
NetworkLibrary/Components/PooledMemoryStream.cs
@@ -8,7 +8,7 @@
8
9
namespace NetworkLibrary.Components
10
{
11
- /*Tehre is no allccation here, all byte arrays comes from pool and retuned on flush */
+ /*There is no allccation here, all byte arrays comes from pool and retuned on flush */
12
public class PooledMemoryStream : Stream
13
14
byte[] bufferInternal;
0 commit comments