diff --git a/proxmox-router/src/permission.rs b/proxmox-router/src/permission.rs index f861b349..d3767b51 100644 --- a/proxmox-router/src/permission.rs +++ b/proxmox-router/src/permission.rs @@ -86,9 +86,8 @@ impl UserInformation for std::sync::Arc { /// Example implementation to check access permissions /// -/// This implementation supports URI variables in Privilege path -/// components, i.e. '{storage}'. We replace this with actual -/// parameter values before calling lookup_privs(). +/// This implementation supports URI variables in Privilege path components, i.e. '{storage}'. +/// We replace this with actual parameter values before calling lookup_privs(). pub fn check_api_permission( perm: &Permission, userid: Option<&str>,