1
0
Fork 1
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:
Octol1ttle 2023-10-12 21:42:38 +05:00
parent 6b9c9007d5
commit edfba8f580
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -20,7 +20,7 @@ public static class StringExtensions
/// <summary> /// <summary>
/// Sanitizes a string for use in <see cref="Markdown.BlockCode(string, string)" /> when "language" is "diff" by /// 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> /// </summary>
/// <remarks>This does not call <see cref="SanitizeForBlockCode"/>, you have to do so yourself if needed.</remarks> /// <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> /// <param name="s">The string to sanitize.</param>