diff --git a/src/bunit.web/Diffing/DiffMarkupFormatter.cs b/src/bunit.web/Diffing/DiffMarkupFormatter.cs
index 10cda8f93..ccb033627 100644
--- a/src/bunit.web/Diffing/DiffMarkupFormatter.cs
+++ b/src/bunit.web/Diffing/DiffMarkupFormatter.cs
@@ -12,6 +12,10 @@ public class DiffMarkupFormatter : PrettyMarkupFormatter, IMarkupFormatter
///
/// Gets an instance of the .
///
+ ///
+ /// The is not thread safe, so using this singleton
+ /// instance to format elements may not result in the desired effect.
+ ///
public static new readonly DiffMarkupFormatter Instance = new();
///