diff --git a/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs b/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs
index 1d8126f3b..f3d4c44e9 100644
--- a/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs
+++ b/Dalamud/Interface/ImGuiSeStringRenderer/SeStringDrawParams.cs
@@ -12,10 +12,7 @@ public record struct SeStringDrawParams
/// Gets or sets the target draw list.
/// Target draw list, default(ImDrawListPtr) to not draw, or null to use
/// (the default).
- ///
- /// If this value is set, will not be called, and ImGui ID will be ignored.
- /// You must specify a valid draw list and a valid font via if you set this value,
- /// since the renderer will not be able to retrieve them from ImGui context.
+ /// If this value is set, will not be called, and ImGui ID will be ignored.
///
public ImDrawListPtr? TargetDrawList { get; set; }