Skip to content

Commit b96116d

Browse files
committed
fix typo
1 parent 97878b2 commit b96116d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/pages/talks/waffle.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,21 @@ speakers: [{
2424
day: "wednesday"
2525
---
2626

27-
Trait objects are everywhere in Rust, but do you know how they actually work? Join me as I re-invent trait objects from first principles, explain their inner workings, and discover all the smart design decisions behind them.
27+
Trait objects are everywhere in Rust, but do you know how they actually work?
28+
Join me as I re-invent trait objects from first principles,
29+
explain their inner workings, and discover all the smart design decisions behind them.
2830

2931
//////
3032

31-
A nonbinary compiler engineer. Currently working on the rust compiler as a member of the [compiler team](https://www.rust-lang.org/governance/teams/compiler#team-compiler) (having worked on features like ""explicit tail calls"" and ""the never type"", among many other things) in my own time and on writing a proprietary rustc backend at tasking.com. I've also maintained a popular library for chat bots ([teloxide](https://lib.rs/crates/teloxide), 3.3k github stars) and co-created the [unfair rust quiz](https://this.quiz.is.fckn.gay).
33+
A nonbinary compiler engineer.
34+
Currently working on the rust compiler as a member of the [compiler team](https://www.rust-lang.org/governance/teams/compiler#team-compiler)
35+
(having worked on features like ""explicit tail calls"" and ""the never type"", among many other things) in my own time and on writing a proprietary rustc backend at tasking.com.
36+
I've also maintained a popular library for chat bots ([teloxide](https://lib.rs/crates/teloxide), 3.3k github stars) and co-created the [unfair rust quiz](https://this.quiz.is.fckn.gay).
3237

3338
I just ""do stuff"" and in the past 4 years, ""the stuff"" is mostly Rust.
3439

35-
The description for this field seem to imply that I should put something silly here too, not just the dry boring facts... I love hiking on mountains, both in Celeste (the critically acclaimed 2018 platformer) *and* in real life.
40+
The description for this field seems to imply that I should put something silly here too, not just the dry boring facts...
41+
I love hiking on mountains, both in Celeste (the critically acclaimed 2018 platformer) *and* in real life.
3642

3743
meow :3
3844

0 commit comments

Comments
 (0)