From 7507a13b019d8131402e5c003945f278c63682ef Mon Sep 17 00:00:00 2001 From: Tarun Kumar Date: Thu, 18 Jan 2024 15:42:23 +0530 Subject: [PATCH] AncesterDependencyRoots description updated --- src/Microsoft.ComponentDetection.Contracts/DetectedComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.ComponentDetection.Contracts/DetectedComponent.cs b/src/Microsoft.ComponentDetection.Contracts/DetectedComponent.cs index 8692695db..11d056ece 100644 --- a/src/Microsoft.ComponentDetection.Contracts/DetectedComponent.cs +++ b/src/Microsoft.ComponentDetection.Contracts/DetectedComponent.cs @@ -46,7 +46,7 @@ public DetectedComponent(TypedComponent.TypedComponent component, IComponentDete /// Gets or sets the dependency roots for this component. public HashSet DependencyRoots { get; set; } - /// Gets or sets the dependency roots for this component. + /// Gets or sets the ancester dependency for this component. public HashSet AncesterDependencyRoots { get; set; } /// Gets or sets the flag to mark the component as a development dependency or not.