Hands-on Rust: B4.0 redundant word (page 157)

Very small suggestion:

Many systems can read from data at once, but only a single system can safely write to it.

I assume it’s meant to be:

Many systems can read data at once, but only a single system can safely write to it.

The “from” seems to be redundant?

1 Like

Thank you, that’s a good catch. I’ve added it to the issue tracker, and it’ll make beta 5.

2 Likes