Browse Source

WhitespaceCop

pull/660/head
Anton Firszov 8 years ago
parent
commit
f4e8000fb1
  1. 2
      src/ImageSharp/Memory/MemorySource.cs

2
src/ImageSharp/Memory/MemorySource.cs

@ -21,7 +21,7 @@ namespace SixLabors.Memory
internal struct MemorySource<T> : IDisposable internal struct MemorySource<T> : IDisposable
{ {
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="MemorySource{T}"/> struct /// Initializes a new instance of the <see cref="MemorySource{T}"/> struct
/// by wrapping an existing <see cref="IMemoryOwner{T}"/>. /// by wrapping an existing <see cref="IMemoryOwner{T}"/>.
/// </summary> /// </summary>
/// <param name="memoryOwner">The <see cref="IMemoryOwner{T}"/> to wrap</param> /// <param name="memoryOwner">The <see cref="IMemoryOwner{T}"/> to wrap</param>

Loading…
Cancel
Save