diff --git a/src/attributes/diagnostics.md b/src/attributes/diagnostics.md index e03971b4c..e7dd0e264 100644 --- a/src/attributes/diagnostics.md +++ b/src/attributes/diagnostics.md @@ -647,7 +647,7 @@ note: required for `&str` to implement `AsExpression` | ------------------------ unsatisfied trait bound introduced here ``` -By adding the `#[diagnostic::do_no_recommend]` attribute to the blanket `impl` for `AsExpression`, the message changes to: +By adding the `#[diagnostic::do_not_recommend]` attribute to the blanket `impl` for `AsExpression`, the message changes to: ```text error[E0277]: the trait bound `&str: AsExpression` is not satisfied