diff --git a/src/EventStore.ClientAPI.NetCore/Projections/ProjectionsManager.cs b/src/EventStore.ClientAPI.NetCore/Projections/ProjectionsManager.cs index cb78f84..981716c 100644 --- a/src/EventStore.ClientAPI.NetCore/Projections/ProjectionsManager.cs +++ b/src/EventStore.ClientAPI.NetCore/Projections/ProjectionsManager.cs @@ -164,7 +164,7 @@ public Task> ListOneTimeAsync(UserCredentials userCreden } /// - /// Synchronously lists this status of all continuous projections. + /// Asynchronously lists this status of all continuous projections. /// /// Credentials for the operation. /// String of JSON containing projection statuses. @@ -175,7 +175,7 @@ public Task ListContinuousAsStringAsync(UserCredentials userCredentials } /// - /// Synchronously lists this status of all continuous projections. + /// Asynchronously lists this status of all continuous projections. /// /// Credentials for the operation. /// List of continuous ProjectionDetails items containing projection statuses.