mirror of
https://github.com/actix/actix-extras.git
synced 2025-04-22 18:04:52 +02:00
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.
This commit is contained in:
parent
b3d8d43c60
commit
610465c5c8
@ -42,7 +42,7 @@ tracing = "0.1"
|
|||||||
actix-web = "4"
|
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_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;
|
- `opentelemetry_0_14`: same as above but using `opentelemetry` 0.14;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user