Skip to content

Commit

Permalink
docs: fix link to send_telemetry_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Dec 30, 2024
1 parent 247f1fa commit 44d4e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/interfaces/client_properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ use crate::{instance::ChorusUser, ratelimiter::ChorusRequest};
///
/// # Disabling
///
/// By setting [ClientProperties.send_telemetry_headers] to false, it is possible to disable
/// By setting [ClientProperties::send_telemetry_headers] to false, it is possible to disable
/// sending these properties via headers in the HTTP API.
///
/// (Sending them via the gateway is required, since it is a non-optional field in the schema)
Expand Down

0 comments on commit 44d4e56

Please sign in to comment.