Merge pull request #561 from jmihalicza/P.10-typo

P.10 typo
This commit is contained in:
Gabriel Dos Reis
2016-03-25 04:50:02 -07:00

View File

@@ -934,7 +934,7 @@ Many more specific rules aim at the overall goals of simplicity and elimination
##### Reason ##### Reason
It is easier to reason about constants than about variables. It is easier to reason about constants than about variables.
Sumething immutable cannot change unexpectedly. Something immutable cannot change unexpectedly.
Sometimes immutability enables better optimization. Sometimes immutability enables better optimization.
You can't have a data race on a constant. You can't have a data race on a constant.