Mark null as a specific langword in summary

This commit is contained in:
Still Hsu
2020-05-22 11:44:27 +08:00
committed by Still Hsu
parent 62539f0391
commit 13a41f8754

View File

@@ -102,8 +102,8 @@ namespace Discord.WebSocket
/// </remarks>
public bool AlwaysDownloadUsers { get; set; } = false;
/// <summary>
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged. Null
/// disables this check.
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged.
/// <c>null</c>disables this check.
/// </summary>
public int? HandlerTimeout { get; set; } = 3000;