Skip to content

Commit

Permalink
Updated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
phongcao committed Aug 7, 2018
1 parent 2207abc commit 96bfca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImagePipeline/ImagePipeline/Memory/PoolParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace ImagePipeline.Memory
{
/// <summary>
/// Config parameters for pools (<see cref="BasePool{T}"/>.
/// Config parameters for pools (<see cref="BasePool{T}"/>).
/// Supplied via a provider.
/// <para />
/// <see cref="MaxSizeSoftCap"/>
Expand Down Expand Up @@ -142,7 +142,7 @@ public PoolParams(int maxSizeSoftCap, int maxSizeHardCap, Dictionary<int, int> b
/// Max bucket size for the pool.
/// </param>
/// <param name="maxNumThreads">
/// The maximum number of threads in th epool, or -1
/// The maximum number of threads in the pool, or -1
/// if the pool doesn't care.
/// </param>

Expand Down

0 comments on commit 96bfca5

Please sign in to comment.