Browse Source

Typo in ResamplingWeightedProcessor<TPixel>

Removing duplicated "to". Contribution of the year I guess :D.
pull/398/head
Zoltán Lehóczky 8 years ago
committed by GitHub
parent
commit
839856ec77
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs

4
src/ImageSharp/Processing/Processors/Transforms/ResamplingWeightedProcessor.Weights.cs

@ -14,7 +14,7 @@ namespace SixLabors.ImageSharp.Processing.Processors
internal abstract partial class ResamplingWeightedProcessor<TPixel>
{
/// <summary>
/// Points to a collection of of weights allocated in <see cref="WeightsBuffer"/>.
/// Points to a collection of weights allocated in <see cref="WeightsBuffer"/>.
/// </summary>
internal struct WeightsWindow
{
@ -196,4 +196,4 @@ namespace SixLabors.ImageSharp.Processing.Processors
}
}
}
}
}

Loading…
Cancel
Save