From 8d8c109f950c9bb148774dc46da6d4b5f5ac26ed Mon Sep 17 00:00:00 2001 From: Scott Trinh Date: Wed, 18 Sep 2024 16:35:35 -0400 Subject: [PATCH] Fix rst typo --- docs/reference/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/configuration.rst b/docs/reference/configuration.rst index 988e042d0297..d10dae96d203 100644 --- a/docs/reference/configuration.rst +++ b/docs/reference/configuration.rst @@ -76,7 +76,7 @@ Resource usage :eql:synopsis:`net_http_max_connections -> int64` The maximum number of concurrent HTTP connections to allow when using the - `std::net::http` module. + ``std::net::http`` module. Query planning --------------