Skip to content

Commit

Permalink
Update src/rgen/Microsoft.Macios.Generator/TabbedStringBuilder.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Rolf Bjarne Kvinge <[email protected]>
  • Loading branch information
mandel-macaque and rolfbjarne authored Jan 17, 2025
1 parent 46ca457 commit b4196b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgen/Microsoft.Macios.Generator/TabbedStringBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public TabbedStringBuilder AppendMemberAvailability (in SymbolAvailability allPl

public TabbedStringBuilder AppendExportData<T> (in ExportData<T> exportData) where T : Enum
{
// Try to write the smaller amount of data. We ware using the old ExportAttribute until we make the final move
// Try to write the smaller amount of data. We are using the old ExportAttribute until we make the final move
if (exportData.ArgumentSemantic != ArgumentSemantic.None) {
AppendLine ($"[Export (\"{exportData.Selector}\", ArgumentSemantic.{exportData.ArgumentSemantic})]");
} else {
Expand Down

0 comments on commit b4196b9

Please sign in to comment.