summaryrefslogtreecommitdiffstats
path: root/content/2015-02-23-this-week-in-rust.md
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2015-02-24 13:07:40 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2015-02-24 13:07:40 +0900
commit92136f644df99e309e74c727ef18016bb5b8bb50 (patch)
tree220bea0094e2db9c3b1b10b39a323459c94431c4 /content/2015-02-23-this-week-in-rust.md
parent908c1fecdaa83458dede635c7b1012686839eea4 (diff)
Fix typo
Diffstat (limited to 'content/2015-02-23-this-week-in-rust.md')
-rw-r--r--content/2015-02-23-this-week-in-rust.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/2015-02-23-this-week-in-rust.md b/content/2015-02-23-this-week-in-rust.md
index 577787a..cb4d894 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].