From 730b6258eeb8cba8ccd271f2488d4caf74efc2ca Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 17 Aug 2025 16:57:54 -0400 Subject: [PATCH] Minor comment update --- src/Tgstation.Server.Host/Authority/IUserAuthority.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs index 381294dcb6..414823ba1c 100644 --- a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs +++ b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs @@ -41,7 +41,7 @@ namespace Tgstation.Server.Host.Authority RequirementsGated> OidcConnections(long userId, CancellationToken cancellationToken); /// - /// Gets all registered s. + /// Gets an of all registered s. /// /// A of s. RequirementsGated> Queryable();