diff --git a/rust-connector-sdk/src/connector.rs b/rust-connector-sdk/src/connector.rs index 808520a6..a2a2fda9 100644 --- a/rust-connector-sdk/src/connector.rs +++ b/rust-connector-sdk/src/connector.rs @@ -113,7 +113,7 @@ pub enum ExplainError { /// an error with the client. #[error("invalid request: {0}")] InvalidRequest(String), - /// The request was well formed but was unabled to be + /// The request was well formed but was unable to be /// followed due to semantic errors. This indicates /// an error with the client. #[error("unprocessable content: {0}")] @@ -137,7 +137,7 @@ pub enum MutationError { /// an error with the client. #[error("invalid request: {0}")] InvalidRequest(String), - /// The request was well formed but was unabled to be + /// The request was well formed but was unable to be /// followed due to semantic errors. This indicates /// an error with the client. #[error("unprocessable content: {0}")]