diff --git a/src/Microsoft.ServiceHub.Framework/ServiceHub/LazyAuthorizationServiceProxy.cs b/src/Microsoft.ServiceHub.Framework/ServiceHub/LazyAuthorizationServiceProxy.cs
index 3e25dd2d..2637936e 100644
--- a/src/Microsoft.ServiceHub.Framework/ServiceHub/LazyAuthorizationServiceProxy.cs
+++ b/src/Microsoft.ServiceHub.Framework/ServiceHub/LazyAuthorizationServiceProxy.cs
@@ -17,7 +17,7 @@ internal class LazyAuthorizationServiceProxy : IAuthorizationService, IDisposabl
///
/// Initializes a new instance of the class.
///
- /// A service broker used to acquire the activation service.
+ /// An optional service broker used to acquire the activation service.
/// An optional to use when scheduling async work, to avoid deadlocks in an application with a main thread.
public LazyAuthorizationServiceProxy(IServiceBroker? serviceBroker, JoinableTaskFactory? joinableTaskFactory)
{