Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch16-00-concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subtle bugs and is easy to refactor without introducing new bugs.
> parallel_ whenever we use _concurrent_. In the next chapter, where the
> distinction matters more, we’ll be more specific.

Many languages are dogmatic about the solutions they offer for handling
Many languages are opinionated about the solutions they offer for handling
concurrent problems. For example, Erlang has elegant functionality for
message-passing concurrency but has only obscure ways to share state between
threads. Supporting only a subset of possible solutions is a reasonable
Expand Down