diff --git a/proxmox-login/src/api.rs b/proxmox-login/src/api.rs index 44232b6f..aa8575fe 100644 --- a/proxmox-login/src/api.rs +++ b/proxmox-login/src/api.rs @@ -32,7 +32,7 @@ pub struct CreateTicket { pub privs: Option, /// You can optionally pass the realm using this parameter. Normally the - /// realm is simply added to the username @. + /// realm is simply added to the username `@`. #[serde(default, skip_serializing_if = "Option::is_none")] pub realm: Option,