Skip to content

Commit 556fe3d

Browse files
authored
Avoid disparaging language
The word "dogmatic" has negative assocations with "irrational" and "unwilling to change ones mind". The word "opinionated" on the other hand is more neutral and even positive in many situations. This is more fitting, because we're not trying to argue that the approaches of other languages are inherently worse than Rust's.
1 parent 33f1af4 commit 556fe3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch16-00-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subtle bugs and is easy to refactor without introducing new bugs.
2828
> parallel_ whenever we use _concurrent_. In the next chapter, where the
2929
> distinction matters more, we’ll be more specific.
3030
31-
Many languages are dogmatic about the solutions they offer for handling
31+
Many languages are opinionated about the solutions they offer for handling
3232
concurrent problems. For example, Erlang has elegant functionality for
3333
message-passing concurrency but has only obscure ways to share state between
3434
threads. Supporting only a subset of possible solutions is a reasonable

0 commit comments

Comments
 (0)