Skip to content

Commit

Permalink
Update src/rgen/Microsoft.Macios.Transformer/DataModel/Property.Trans…
Browse files Browse the repository at this point in the history
…former.cs

Co-authored-by: Samantha Houts <[email protected]>
  • Loading branch information
mandel-macaque and samhouts authored Feb 1, 2025
1 parent b51a8d8 commit 91e7e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ internal Property (string name,
AttributesDictionary = attributes;
Accessors = accessors;

// the modifiers depend in we are talking about a field or a property. If we are talking
// the modifiers depend on whether we are talking about a field or a property. If we are talking
// about a field, we always have the same modifiers, public static. With a property we need to
// respect the flags that are set in the attributes.
if (IsField) {
Expand Down

0 comments on commit 91e7e6c

Please sign in to comment.