There is a typo in this line in the Java Threads tutorial. I couldn't see a place to submit feedback which is why I'm putting it here. The typo is put in bold.
In offocial Java documentation, a non-daemon thread is often referred to as a user thread; however, we chose not to use that term here since its usual definition would include both both daemon and non-daemon threads in Java. ↩