Skip to content

Commit

Permalink
Clarify documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Nov 27, 2024
1 parent d98a732 commit 5dd48c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public RelationshipAttribute GetRelationshipByPropertyName(string propertyName)
}

/// <summary>
/// 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.
/// </summary>
public IReadOnlySet<ResourceType> GetAllConcreteDerivedTypes()
{
Expand Down

0 comments on commit 5dd48c4

Please sign in to comment.