diff --git a/content/2015-02-23-this-week-in-rust.md b/content/2015-02-23-this-week-in-rust.md index 577787aeb..cb4d89446 100644 --- a/content/2015-02-23-this-week-in-rust.md +++ b/content/2015-02-23-this-week-in-rust.md @@ -155,7 +155,7 @@ This covers two weeks since last week I wasn't able review RFCs in time. * [Have collections impl Extend<&T> where T: Clone][extend]. * [Changing struct literals][struct]. * [Item grouping][group]. -* [Put `dev_rem` back in the standard library][rem]. +* [Put `div_rem` back in the standard library][rem]. * [New struct syntax][new]. * [Use globs as][as]. * [Remove lifetime elision in type parameter position][el].