From f216c534810c6543a55f7db3915213b43d01eef0 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 2 Jul 2023 03:56:34 -0400 Subject: [PATCH] Correct a documentation comment --- src/Tgstation.Server.Api/ApiHeaders.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Api/ApiHeaders.cs b/src/Tgstation.Server.Api/ApiHeaders.cs index 0ad8c7a487..062e521288 100644 --- a/src/Tgstation.Server.Api/ApiHeaders.cs +++ b/src/Tgstation.Server.Api/ApiHeaders.cs @@ -51,7 +51,7 @@ namespace Tgstation.Server.Api public const string OAuthAuthenticationScheme = "OAuth"; /// - /// Added to in netstandard2.1. Can't use because of Tgstation.Server.Migrator. + /// Added to in netstandard2.1. Can't use because of lack of .NET Framework support. /// public const string ApplicationJsonMime = "application/json";