Modified summary for OnFileDownloaded to more accurately represent my experience with the event.

This commit is contained in:
Rich 2017-07-12 17:19:55 -04:00
parent c9d36eb4ac
commit bf7ab5598b

View File

@ -29,8 +29,7 @@ public partial class Workshop : IDisposable
/// <summary> /// <summary>
/// Called when an item has been downloaded. This could have been /// Called when an item has been downloaded. This could have been
/// because of a call to Download or because of a subscription triggered /// because of a call to Download.
/// via the browser/app.
/// </summary> /// </summary>
public event Action<ulong, Callbacks.Result> OnFileDownloaded; public event Action<ulong, Callbacks.Result> OnFileDownloaded;