Browse Source

update comment

pull/254/head
Scott Williams 9 years ago
parent
commit
f8f1305076
  1. 2
      src/ImageSharp/Formats/IImageFormatProvider.cs

2
src/ImageSharp/Formats/IImageFormatProvider.cs

@ -34,7 +34,7 @@ namespace ImageSharp.Formats
void SetMimeTypeEncoder(string mimeType, IImageEncoder encoder); // could/should this be an Action<IImageEncoder>???
/// <summary>
/// Sets a specific image encoder as the encoder for a specific mimetype
/// Sets a mapping value between a file extension and a mimetype
/// </summary>
/// <param name="extension">the target mimetype</param>
/// <param name="mimetype">the mimetype this extenion equates to</param>

Loading…
Cancel
Save