From 4427d37cc06bbf433825f7a6467615d9e5d74bdd Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Thu, 23 Jan 2025 12:15:07 -0500 Subject: [PATCH] Update src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs --- src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs b/src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs index 75715935a9a..4d610ebe8bc 100644 --- a/src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs +++ b/src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs @@ -19,7 +19,7 @@ namespace Microsoft.Macios.Generator.DataModel; readonly string fullyQualifiedName = string.Empty; /// - /// Type of the parameter. + /// The fully qualified name of the type. /// public string FullyQualifiedName { get => fullyQualifiedName;