From 8c9904f5327f281dde2bd0b7563679c4ee9ff2d6 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 15 Sep 2024 14:51:38 -0400 Subject: [PATCH] Correct a documentation comment --- src/Tgstation.Server.Host/GraphQL/Types/UserGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/GraphQL/Types/UserGroup.cs b/src/Tgstation.Server.Host/GraphQL/Types/UserGroup.cs index c9c5fcede2..2aa5853d19 100644 --- a/src/Tgstation.Server.Host/GraphQL/Types/UserGroup.cs +++ b/src/Tgstation.Server.Host/GraphQL/Types/UserGroup.cs @@ -58,7 +58,7 @@ namespace Tgstation.Server.Host.GraphQL.Types /// Queries all registered s in the . /// /// The . - /// A of all registered s in the indicated by . + /// A of all registered s in the . [UsePaging] [UseFiltering] [UseSorting]