diff --git a/src/MaterialDesignThemes.Wpf/DialogHost.cs b/src/MaterialDesignThemes.Wpf/DialogHost.cs
index 1fb5688e3a..4e919f2552 100644
--- a/src/MaterialDesignThemes.Wpf/DialogHost.cs
+++ b/src/MaterialDesignThemes.Wpf/DialogHost.cs
@@ -186,7 +186,7 @@ public static void Close(object? dialogIdentifier)
/// Close a modal dialog.
///
/// of the instance where the dialog should be closed. Typically this will match an identifier set in XAML.
- /// to provide to close handler
+ /// Value returned by DialogHost.ShowDialog(...) or passed to close handler if one is provided.
public static void Close(object? dialogIdentifier, object? parameter)
{
DialogHost dialogHost = GetInstance(dialogIdentifier);