diff --git a/Dalamud/Interface/UiBuilder.cs b/Dalamud/Interface/UiBuilder.cs
index 02decf103..c27c9ab84 100644
--- a/Dalamud/Interface/UiBuilder.cs
+++ b/Dalamud/Interface/UiBuilder.cs
@@ -140,9 +140,9 @@ public sealed class UiBuilder : IDisposable
/// * .
/// * ctor.
/// * :
- /// note how a new instance of is constructed, and
- /// is called from another function, without having to manually
- /// initialize font rebuild process.
+ /// note how the construction of a new instance of and
+ /// call of are done in different functions,
+ /// without having to manually initiate font rebuild process.
///
[Obsolete("See remarks.", false)]
[Api10ToDo(Api10ToDoAttribute.DeleteCompatBehavior)]