Correct a documentation comment

This commit is contained in:
Jordan Dominion
2024-09-15 14:51:38 -04:00
parent 998a63594c
commit 8c9904f532
@@ -58,7 +58,7 @@ namespace Tgstation.Server.Host.GraphQL.Types
/// Queries all registered <see cref="User"/>s in the <see cref="UserGroup"/>.
/// </summary>
/// <param name="userAuthority">The <see cref="IGraphQLAuthorityInvoker{TAuthority}"/> <see cref="IUserAuthority"/>.</param>
/// <returns>A <see cref="IQueryable{T}"/> of all registered <see cref="User"/>s in the <see cref="UserGroup"/> indicated by <paramref name="groupId"/>.</returns>
/// <returns>A <see cref="IQueryable{T}"/> of all registered <see cref="User"/>s in the <see cref="UserGroup"/>.</returns>
[UsePaging]
[UseFiltering]
[UseSorting]