diff --git a/RELEASES.md b/RELEASES.md index 752f78689bb67..bb4f3ddace25d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -109,7 +109,7 @@ Compatibility Notes ------------------- - [aliasing a `Fn` trait as `dyn` no longer works.][48481] E.g. the following - syntax is now a invalid. + syntax is now invalid. ``` use std::ops::Fn as dyn; fn g(_: Box) {}