doc comments (#1622)

This commit is contained in:
James Frowen 2020-03-29 17:41:21 +01:00 committed by GitHub
parent 254a49496f
commit da2e61b30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ public static class NetworkWriterPool
/// <summary> /// <summary>
/// Size of the pool /// Size of the pool
/// <para>If pool is too small getting writers will causes memory allocation</para> /// <para>If pool is too small getting writers will causes memory allocation</para>
/// <para>Default value: <see cref="100">PoolStartSize</see> </para> /// <para>Default value: 100 </para>
/// </summary> /// </summary>
public static int Capacity public static int Capacity
{ {