Fix ValidateProviderChannelTypes() doc comment

This commit is contained in:
Cyberboss
2018-09-21 10:41:23 -04:00
parent db30c6cf56
commit fee3300fc3
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Tgstation.Server.Api.Models
/// <summary>
/// Validates <see cref="Channels"/> are correct for the <see cref="Internal.ChatBot.Provider"/>
/// </summary>
/// <returns></returns>
/// <returns><see langword="true"/> if the <see cref="Channels"/> are valid for the <see cref="Internal.ChatBot.Provider"/>, <see langword="false"/> otherwise</returns>
public bool ValidateProviderChannelTypes()
{
switch (Provider)