Skip to content

Commit

Permalink
Fix Arun's name again. SRSLY.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Nov 15, 2017
1 parent f1ec5af commit 48f511b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions resources/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<copyright>2015 Chris Krycho</copyright>
<managingEditor>[email protected] (Chris Krycho)</managingEditor>
<webMaster>[email protected] (Chris Krycho)</webMaster>
<pubDate>Tue, 14 Nov 2017 20:07:55 -0700</pubDate>
<lastBuildDate>Tue, 14 Nov 2017 20:07:56 -0700</lastBuildDate>
<pubDate>Tue, 14 Nov 2017 20:13:42 -0700</pubDate>
<lastBuildDate>Tue, 14 Nov 2017 20:13:42 -0700</lastBuildDate>
<image>
<url>http://newrustacean.com/podcast.png</url>
<title>New Rustacean</title>
Expand Down Expand Up @@ -43,10 +43,10 @@
<itunes:type>episodic</itunes:type>
<item>
<title>RBR 2017: Arun Kulsheshthra</title>
<link>http://newrustacean.com/show_notes/interview/rbr_2017/arun_kulshreshthra/</link>
<link>http://newrustacean.com/show_notes/interview/rbr_2017/arun_kulshreshtha/</link>
<description><![CDATA[A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.]]></description>
<pubDate>Tue, 14 Nov 2017 20:02:51 -0700</pubDate>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.mp3" length="5261272" type="audio/mpeg"/>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.mp3" length="5261272" type="audio/mpeg"/>
<guid isPermaLink="false">3BCC7FC9-B335-45A3-BE58-1B2DE224958B</guid>
<itunes:author>Chris Krycho</itunes:author>
<itunes:summary>A micro-interview recorded at Rust Belt Rust 2017, in Columbus, Ohio, October 27–28.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
//! + [MP3]
//! + [Ogg]
//!
//! [M4A]: http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.m4a
//! [MP3]: http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.mp3
//! [Ogg]: http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.ogg
//! [M4A]: http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.m4a
//! [MP3]: http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.mp3
//! [Ogg]: http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.ogg
//!
//! <audio style="width: 100%" style="width: 100%" title="Rust Belt Rust 2017: Arun Kolsheshthra" controls preload=metadata>
//! <source src="http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.m4a">
//! <source src="http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.mp3">
//! <source src="http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshthra.ogg">
//! <source src="http://www.podtrac.com/pts/redirect.m4a/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.m4a">
//! <source src="http://www.podtrac.com/pts/redirect.mp3/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.mp3">
//! <source src="http://www.podtrac.com/pts/redirect.ogg/cdn.newrustacean.com/interview/rbr_2017/arun_kulshreshtha.ogg">
//! </audio>


Expand All @@ -22,7 +22,7 @@
/// **C:** Hi, can you tell us your name and where you work and how you got into
/// Rust?
///
/// **A:** Sure. My name is Arun Kolshreshthra. I’m a software engineer at
/// **A:** Sure. My name is Arun Kulshreshtha. I’m a software engineer at
/// Facebook, and that’s actually how I got into Rust. Um, when I joined
/// Facebook, fresh out of college, um, there was a new Rust project - a new
/// Mercurial server being written in Rust there. I joined Facebook’s source
Expand Down
2 changes: 1 addition & 1 deletion src/interview/rbr_2017/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@

pub mod colin_dean;
pub mod anthony_deschamps;
pub mod arun_kulshreshthra;
pub mod arun_kulshreshtha;

0 comments on commit 48f511b

Please sign in to comment.