skerkour / black-hat-rust

Applied offensive security with Rust - https://kerkour.com/black-hat-rust

Home Page:https://kerkour.com/black-hat-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 3: Typos

pejato opened this issue · comments

Hi @skerkour , enjoying the book!

Ran across some minor typos in ch3 and thought I'd list them here.

  • 3.7.1, "Instead, by calling spaw_blocking" -> "Instead, by calling spawn_blocking"
  • 3.9.1.2, "Cosuming iterators" -> "Consuming iterators"
  • 3.9.1.2, "for_each is the functionnal" -> "for_each is the functional"
  • 3.9.5.1 "when an initial Future finisehd:" -> "when an initial Future finished:"
    • This might actually be better as "when an initial Future finishes:"

Dear @pejato Thank you very much for reporting these issues!

I've now uploaded a new version with the typos corrected.

If you find other issues, please don't hesitate to report them here.