diff --git a/src/Extensions/StringExtensions.cs b/src/Extensions/StringExtensions.cs
index 4d56814..13cd88a 100644
--- a/src/Extensions/StringExtensions.cs
+++ b/src/Extensions/StringExtensions.cs
@@ -20,7 +20,7 @@ public static class StringExtensions
///
/// Sanitizes a string for use in 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.
///
/// This does not call , you have to do so yourself if needed.
/// The string to sanitize.