Skip to content

Commit

Permalink
[MapKit] Fixed typo in attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Soto authored and mandel-macaque committed Oct 10, 2022
1 parent d1d90de commit 78d58bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MapKit/MKEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public enum MKUserTrackingMode : ulong {
None,
Follow,
#if !XAMCORE_5_0 && !(IOS || MACCATALYST)
[Obsolete ("This is only available on iOS and MacCatalyst")]
[Obsolete ("This is only available on iOS and MacCatalyst.")]
FollowWithHeading,
#elif IOS || MACCATALYST
FollowWithHeading,
Expand Down

0 comments on commit 78d58bc

Please sign in to comment.