We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a732 commit 5dd48c4Copy full SHA for 5dd48c4
src/JsonApiDotNetCore.Annotations/Configuration/ResourceType.cs
@@ -217,7 +217,7 @@ public RelationshipAttribute GetRelationshipByPropertyName(string propertyName)
217
}
218
219
/// <summary>
220
- /// Returns all directly and indirectly non-abstract resource types that derive from this resource type.
+ /// Returns all non-abstract resource types that directly or indirectly derive from this resource type.
221
/// </summary>
222
public IReadOnlySet<ResourceType> GetAllConcreteDerivedTypes()
223
{
0 commit comments