Skip to content

Commit

Permalink
Update IModuleInfo.cs
Browse files Browse the repository at this point in the history
Update comment on ModuleState
  • Loading branch information
d3fkn1ght authored Apr 17, 2020
1 parent 79c6211 commit c5f9a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Prism.Core/Modularity/IModuleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public interface IModuleInfo : IModuleCatalogItem
string Ref { get; set; }

/// <summary>
/// An enum that lists the modules state
/// <see cref="ModuleState"/>
/// Gets or Sets the current <see cref="ModuleState" />
/// </summary>
ModuleState State { get; set; }
}
Expand Down

0 comments on commit c5f9a38

Please sign in to comment.