diff --git a/src/WpfMath/CharSymbol.cs b/src/WpfMath/CharSymbol.cs
index 187cf234..43c34e4d 100644
--- a/src/WpfMath/CharSymbol.cs
+++ b/src/WpfMath/CharSymbol.cs
@@ -30,10 +30,7 @@ protected sealed override Box CreateBoxCore(TexEnvironment environment)
public bool IsSupportedByFont(ITeXFont font, TexStyle style) =>
this.GetCharInfo(font, style).IsSuccess;
- ///
- /// Returns the symbol rendered by font. Throws an exception if the symbol is not supported by font. Always
- /// succeed if .
- ///
+ /// Returns the symbol rendered by font.
public abstract Result GetCharFont(ITeXFont texFont);
}
}