Browse Source

docs: Small typo in documentation (#1460)

tags/2.3.0
Yamboy1 GitHub 5 years ago
parent
commit
6d8e216545
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/CommandServiceConfig.cs

+ 1
- 1
src/Discord.Net.Commands/CommandServiceConfig.cs View File

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


Loading…
Cancel
Save