Skip to content

Commit 15db286

Browse files
committed
some string changes
1 parent 04d30fb commit 15db286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OSPSuite.Core/Domain/ClassifiableModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace OSPSuite.Core.Domain
22
{
33
/// <summary>
4-
/// A wrapper for Module which can resolve a classification tree
4+
/// A wrapper for <see cref="Module"/> which can resolve a classification tree
55
/// </summary>
66
public class ClassifiableModule : Classifiable<Module>, IWithId
77
{

src/OSPSuite.Core/Domain/ClassifiableObservedData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace OSPSuite.Core.Domain
44
{
55
/// <summary>
6-
/// A wrapper for DataRepository which can resolve a classification tree
6+
/// A wrapper for <see cref="DataRepository"/> which can resolve a classification tree
77
/// </summary>
88
public class ClassifiableObservedData : Classifiable<DataRepository>
99
{

0 commit comments

Comments
 (0)