fasterthanlime / feedback

An issue tracker for articles/series/videos at https://fasterthanli.me/
13 stars 0 forks source link

Some mistakes Rust doesn't catch #311

Open jonathanbcarlson opened 3 months ago

jonathanbcarlson commented 3 months ago

I found something wrong on this page:

https://fasterthanli.me/articles/some-mistakes-rust-doesnt-catch#position=60.3

Here's what it is:

the thread may have panic in the middle of a multi-step update

I think it should be:

the thread may have panicked in the middle of a multi-step update