From 5063b2dc15aa746d42d4d6cdfedf1069c5d18bc3 Mon Sep 17 00:00:00 2001 From: Ben Striegel Date: Thu, 20 Jul 2017 13:37:50 -0400 Subject: [PATCH] Correct typo in contributor name --- _posts/2017-07-20-Rust-1.19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2017-07-20-Rust-1.19.md b/_posts/2017-07-20-Rust-1.19.md index c6db5f31f..503b1f286 100644 --- a/_posts/2017-07-20-Rust-1.19.md +++ b/_posts/2017-07-20-Rust-1.19.md @@ -84,7 +84,7 @@ We expect to lift these restrictions in the future. [its RFC]: https://github.com/rust-lang/rfcs/blob/master/text/1444-union.md#motivation > As a side note, have you ever wondered how new features get added to Rust? This -> feature was suggested by Josh Triplet, and he [gave a talk at RustConf +> feature was suggested by Josh Triplett, and he [gave a talk at RustConf > 2016](https://youtu.be/U8Gl3RTXf88?list=PLE7tQUdRKcybLShxegjn0xyTTDJeYwEkI) > about the process of getting `union`s into Rust. You should check it out!