docs: Small typo in documentation (#1460)

This commit is contained in:
Yamboy1
2020-04-22 18:10:38 +12:00
committed by GitHub
parent 106f346ddb
commit 6d8e216545

View File

@@ -44,7 +44,7 @@ namespace Discord.Commands
/// </summary>
/// <example>
/// <code language="cs">
/// QuotationMarkAliasMap = new Dictionary&lt;char, char%gt;()
/// QuotationMarkAliasMap = new Dictionary&lt;char, char&gt;()
/// {
/// {'\"', '\"' },
/// {'“', '”' },