Fixed typo

This commit is contained in:
RogueException
2016-01-12 17:45:47 -04:00
parent d5753368b2
commit ac218b3b7c

View File

@@ -160,7 +160,7 @@ namespace Discord
public string Url { get; internal set; }
/// <summary> Preview url for this file. </summary>
public string ProxyUrl { get; internal set; }
/// <summary> Width of the this file, if it is an image. </summary>
/// <summary> Width of this file, if it is an image. </summary>
public int? Width { get; internal set; }
/// <summary> Height of this file, if it is an image. </summary>
public int? Height { get; internal set; }