From e43325e5048c3cc29237a22417a246945e0f1b5a Mon Sep 17 00:00:00 2001 From: Sascha-Oliver Prolic Date: Tue, 18 Sep 2018 22:54:46 +0800 Subject: [PATCH] fix docblock --- .../Projections/ProjectionsManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.