From 78d58bca0162b3a799978e960a4d472d532d18b8 Mon Sep 17 00:00:00 2001 From: Israel Soto Date: Mon, 12 Sep 2022 14:46:05 -0500 Subject: [PATCH] [MapKit] Fixed typo in attribute --- src/MapKit/MKEnums.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MapKit/MKEnums.cs b/src/MapKit/MKEnums.cs index 3a98a342fddf..81e6afd75060 100644 --- a/src/MapKit/MKEnums.cs +++ b/src/MapKit/MKEnums.cs @@ -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,