Comment fix

This commit is contained in:
Garry Newman 2019-05-13 09:01:21 +01:00
parent f014681cc4
commit 99dcc83ab0

View File

@ -114,7 +114,8 @@ public string Directory
} }
/// <summary> /// <summary>
/// Start downloading this item /// Start downloading this item.
/// If this returns false the item isn#t getting downloaded.
/// </summary> /// </summary>
public bool Download( bool highPriority = false ) public bool Download( bool highPriority = false )
{ {