Browse Source

doc typo

tags/1.0-rc
RogueException 8 years ago
parent
commit
3930e1147c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Format.cs

+ 1
- 1
src/Discord.Net.Core/Format.cs View File

@@ -14,7 +14,7 @@
/// <summary> Returns a markdown-formatted string with strikethrough formatting. </summary>
public static string Strikethrough(string text) => $"~~{text}~~";

/// <summary> Returns a markdown-formatted string with strikeout formatting. </summary>
/// <summary> Returns a markdown-formatted string with codeblock formatting. </summary>
public static string Code(string text, string language = null)
{
if (language != null || text.Contains("\n"))


Loading…
Cancel
Save