From 610465c5c8a99adc542de4368d3b03c02949bab1 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 8 Mar 2023 02:08:55 +1100 Subject: [PATCH] fix minor typo in `README.md` (three -> these) (#100) I'm not sure if this is correct but is what it is intended to say but I believe you've listed more than 3 feature flags. I'm still a bit of a rust noob so maybe there's another way to count these and there actually are three. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a5af498..89185ffa7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ tracing = "0.1" actix-web = "4" ``` -`tracing-actix-web` exposes three feature flags: +`tracing-actix-web` exposes these feature flags: - `opentelemetry_0_13`: attach [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-rust)'s context to the root span using `opentelemetry` 0.13; - `opentelemetry_0_14`: same as above but using `opentelemetry` 0.14;