eh3rrera / ocpj8-book

Study guide for the Oracle Certified Professional, Java SE 8 Programmer Exam (1Z0-809)
Other
131 stars 91 forks source link

typo issue #97

Open sherbansoftware opened 3 years ago

sherbansoftware commented 3 years ago

Hi,

eh3rrera commented 3 years ago

Hi @sherbansoftware!

Thanks. Did you find this typo on chapter 26, Threads Basics?

If so, I don't think it's a typo, the idea I want to convey is that two threads can compete (like in a race, a competition) for resources. If we used the verb complete, I think it will change the meaning to something like the threads have to finish their job first to access resources or cause side-effects.

But I'm open to suggestions to change the paragraph to make it clearer or easy to understand (taking into account the idea of competition), what do you think?

Thanks!