diff --git a/src/Prism.Core/Modularity/IModuleInfo.cs b/src/Prism.Core/Modularity/IModuleInfo.cs index 062d0dcf5b..7ef81c2f27 100644 --- a/src/Prism.Core/Modularity/IModuleInfo.cs +++ b/src/Prism.Core/Modularity/IModuleInfo.cs @@ -36,8 +36,7 @@ public interface IModuleInfo : IModuleCatalogItem string Ref { get; set; } /// - /// An enum that lists the modules state - /// + /// Gets or Sets the current /// ModuleState State { get; set; } }