Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jan 16, 2025
1 parent 2734a36 commit a33cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgen/Microsoft.Macios.Generator/DataModel/Accessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public Accessor (AccessorKind accessorKind,
// is the case, we will use the selector in that attribute. Otherwise, we have:
//
// * getter: return the property selector.
// * setter: use the registrar code (it has the right logic) ato get the setter.
// * setter: use the registrar code (it has the right logic) to get the setter.
if (ExportPropertyData is null) {
return Kind == AccessorKind.Getter
? associatedProperty.ExportPropertyData.Value.Selector
Expand Down

0 comments on commit a33cfe3

Please sign in to comment.