diff --git a/publisher/src/LeanCode.Pipe.TestClient/LeanPipeTestClient.cs b/publisher/src/LeanCode.Pipe.TestClient/LeanPipeTestClient.cs index 55c7bff..3cc518c 100644 --- a/publisher/src/LeanCode.Pipe.TestClient/LeanPipeTestClient.cs +++ b/publisher/src/LeanCode.Pipe.TestClient/LeanPipeTestClient.cs @@ -65,7 +65,7 @@ public LeanPipeTestClient( ); } - /// Unsubscription result, otherwise null if it times out. + /// Unsubscription result or null if the request times out. public async Task UnsubscribeAsync( TTopic topic, CancellationToken ct = default @@ -92,7 +92,7 @@ public LeanPipeTestClient( } /// Connects if there is no active connection. - /// Subscription result, otherwise null if it times out. + /// Subscription result or null if the request times out. public async Task SubscribeAsync( TTopic topic, CancellationToken ct = default