From 7cd668370dc10a71c50d61c0d0f9e715954b6cd8 Mon Sep 17 00:00:00 2001 From: Kyle Criddle Date: Fri, 18 Aug 2023 22:19:06 +0000 Subject: [PATCH] fix docs --- src/sinks/util/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sinks/util/http.rs b/src/sinks/util/http.rs index 91b9781d7fe52..4dbfcab0ab4f8 100644 --- a/src/sinks/util/http.rs +++ b/src/sinks/util/http.rs @@ -359,7 +359,7 @@ where /// @struct HttpBatchService /// -/// NOTE: This has been deprecated, please do not use when creating new sinks. +/// NOTE: This has been deprecated, please do not use directly when creating new sinks. /// The `HttpService` currently wraps this structure. Eventually all sinks currently using the /// HttpBatchService directly should be updated to use `HttpService`. At which time we can /// remove this struct and inline the functionality into the `HttpService` directly.