mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-13 17:26:08 +03:00
fix(xmldocs): correct misleading comment
This commit is contained in:
parent
6b9c9007d5
commit
edfba8f580
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public static class StringExtensions
|
|||
|
||||
/// <summary>
|
||||
/// Sanitizes a string for use in <see cref="Markdown.BlockCode(string, string)" /> when "language" is "diff" by
|
||||
/// prepending a zero-width space before syntax highlighting characters (+ and -).
|
||||
/// prepending a zero-width space before the input string to prevent Discord from applying syntax highlighting.
|
||||
/// </summary>
|
||||
/// <remarks>This does not call <see cref="SanitizeForBlockCode"/>, you have to do so yourself if needed.</remarks>
|
||||
/// <param name="s">The string to sanitize.</param>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue