Skip to content

Commit

Permalink
Update src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jan 23, 2025
1 parent d6c77b1 commit 4427d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgen/Microsoft.Macios.Generator/DataModel/TypeInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Microsoft.Macios.Generator.DataModel;

readonly string fullyQualifiedName = string.Empty;
/// <summary>
/// Type of the parameter.
/// The fully qualified name of the type.
/// </summary>
public string FullyQualifiedName {
get => fullyQualifiedName;
Expand Down

0 comments on commit 4427d37

Please sign in to comment.