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> /// </remarks>
public bool AlwaysDownloadUsers { get; set; } = false; public bool AlwaysDownloadUsers { get; set; } = false;
/// <summary> /// <summary>
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged. Null /// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged.
/// disables this check. /// <c>null</c>disables this check.
/// </summary> /// </summary>
public int? HandlerTimeout { get; set; } = 3000; public int? HandlerTimeout { get; set; } = 3000;