summaryrefslogtreecommitdiffstats
path: root/content/2015-02-23-this-week-in-rust.md
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2015-02-24 08:58:51 -0800
committerBrian Anderson <andersrb@gmail.com>2015-02-24 08:58:51 -0800
commit8fb630ebcea94082827cb8b0b01ead6ad1f791d3 (patch)
treee310a660e015a78af72d6ed1adb4142cec749a44 /content/2015-02-23-this-week-in-rust.md
parenta571b92e42ef2c2359eec073824b22246662e1be (diff)
parent92136f644df99e309e74c727ef18016bb5b8bb50 (diff)
Merge pull request #40 from sanxiyn/patch-1
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 5968a34..27c4287 100644
--- a/content/2015-02-23-this-week-in-rust.md
+++ b/content/2015-02-23-this-week-in-rust.md
@@ -158,7 +158,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].