diff --git a/crates/handlers/src/compat/login.rs b/crates/handlers/src/compat/login.rs index d36956a08..3040d758c 100644 --- a/crates/handlers/src/compat/login.rs +++ b/crates/handlers/src/compat/login.rs @@ -107,7 +107,7 @@ pub struct RequestBody { /// ID of the client device. /// If this does not correspond to a known client device, a new device will /// be created. The given device ID must not be the same as a - /// cross-signing key ID. The server will auto-generate a device_id if + /// cross-signing key ID. The server will auto-generate a `device_id` if /// this is not specified. #[serde(default, skip_serializing_if = "Option::is_none")] device_id: Option,