diff --git a/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs b/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs
index 641e7c8..9cccfff 100644
--- a/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs
+++ b/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs
@@ -10,8 +10,7 @@ namespace Caliburn.Micro.Autofac
///
/// A strongly-typed version of Caliburn.Micro.Bootstrapper that specifies the type of root model to create for the application.
///
- /// The type of root view model for the application.
- public class AutofacBootstrapper : BootstrapperBase
+ public class AutofacBootstrapper : BootstrapperBase
{
#region Properties
protected IContainer Container { get; private set; }