Rust-Book-Collective / rust-api-dev

7 stars 1 forks source link

I think I have found a typo. #1

Closed unosrv closed 2 hours ago

unosrv commented 2 hours ago

PART 1 > Useful Things > in the middle of Sending data between threads ... Also, complex types (struts, tuples, enums) built entirely from primitive types are usually Send and Sync too. But these types are not: ...

It should be structs instead of struts.

Anyway, I sincerely thank you for the great tutorial.

sapati commented 2 hours ago

Thanks, fixed.