diff --git a/crates/backend/src/rest.rs b/crates/backend/src/rest.rs index 2ac841b3..5d5841e9 100644 --- a/crates/backend/src/rest.rs +++ b/crates/backend/src/rest.rs @@ -52,7 +52,7 @@ impl RestBackend { /// /// ## Permanent/non-permanent errors /// - /// - client_error are considered permanent + /// - `client_error` are considered permanent /// - others are not, and are subject to retry /// /// ## Returns