From 2dc402eb26d21986fe8ace375b745f1221ddd6b3 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 22 Aug 2024 17:13:39 +0200 Subject: [PATCH] Fix build --- src/GameKit/GKGameCenterViewController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameKit/GKGameCenterViewController.cs b/src/GameKit/GKGameCenterViewController.cs index ad4fea5948e4..6d344d564e16 100644 --- a/src/GameKit/GKGameCenterViewController.cs +++ b/src/GameKit/GKGameCenterViewController.cs @@ -15,7 +15,7 @@ public enum GKGameCenterViewControllerInitializationOption { public partial class GKGameCenterViewController { /// Create a new GKGameCenterViewController instance that presents an achievement. - /// The ID of the achievement to show. + /// The ID of the achievement to show. #if NET [SupportedOSPlatform ("ios14.0")] [SupportedOSPlatform ("maccatalyst14.0")]