diff --git a/src/Tgstation.Server.Client/IServerClientFactory.cs b/src/Tgstation.Server.Client/IServerClientFactory.cs
index 1af81c90d7..df0427efef 100644
--- a/src/Tgstation.Server.Client/IServerClientFactory.cs
+++ b/src/Tgstation.Server.Client/IServerClientFactory.cs
@@ -18,7 +18,7 @@ namespace Tgstation.Server.Client
/// The password for the
/// The for the operation
/// The representing timeout for the connection
- /// A resulting in a new on success, if is invalid
+ /// A resulting in a new
Task CreateServerClient(Uri host, string username, string password, TimeSpan timeout = default, CancellationToken cancellationToken = default);
///