From 73b038cc4b28fe0fbc211721c2b4f2763ce7ac14 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 15 Sep 2024 11:52:19 -0400 Subject: [PATCH] Correct some documentation comments --- src/Tgstation.Server.Host/Authority/UserAuthority.cs | 2 +- src/Tgstation.Server.Host/Authority/UserGroupAuthority.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Authority/UserAuthority.cs b/src/Tgstation.Server.Host/Authority/UserAuthority.cs index 6cb8ba430d..f2a8e7646f 100644 --- a/src/Tgstation.Server.Host/Authority/UserAuthority.cs +++ b/src/Tgstation.Server.Host/Authority/UserAuthority.cs @@ -33,7 +33,7 @@ namespace Tgstation.Server.Host.Authority /// /// Implements the . /// - /// The of s to load. + /// The of s to load. /// The to load from. /// The for the operation. /// A resulting in a of the requested s. diff --git a/src/Tgstation.Server.Host/Authority/UserGroupAuthority.cs b/src/Tgstation.Server.Host/Authority/UserGroupAuthority.cs index b6268906fc..12faf9cc40 100644 --- a/src/Tgstation.Server.Host/Authority/UserGroupAuthority.cs +++ b/src/Tgstation.Server.Host/Authority/UserGroupAuthority.cs @@ -28,7 +28,7 @@ namespace Tgstation.Server.Host.Authority /// /// Implements the . /// - /// The of s to load. + /// The of s to load. /// The to load from. /// The for the operation. /// A resulting in a of the requested s.