Skip to content

Commit 5dd48c4

Browse files
committed
Clarify documenation
1 parent d98a732 commit 5dd48c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore.Annotations/Configuration/ResourceType.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public RelationshipAttribute GetRelationshipByPropertyName(string propertyName)
217217
}
218218

219219
/// <summary>
220-
/// Returns all directly and indirectly non-abstract resource types that derive from this resource type.
220+
/// Returns all non-abstract resource types that directly or indirectly derive from this resource type.
221221
/// </summary>
222222
public IReadOnlySet<ResourceType> GetAllConcreteDerivedTypes()
223223
{

0 commit comments

Comments
 (0)