From 6d8e2165451cc0e08190ca7c0ffaf848f3de9335 Mon Sep 17 00:00:00 2001 From: Yamboy1 Date: Wed, 22 Apr 2020 18:10:38 +1200 Subject: [PATCH] docs: Small typo in documentation (#1460) --- src/Discord.Net.Commands/CommandServiceConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 2dedceaa5..3c62063c8 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -44,7 +44,7 @@ namespace Discord.Commands /// /// /// - /// QuotationMarkAliasMap = new Dictionary<char, char%gt;() + /// QuotationMarkAliasMap = new Dictionary<char, char>() /// { /// {'\"', '\"' }, /// {'“', '”' },