Merge pull request #11 from mrkgnao/patch-1

fix typo
This commit is contained in:
Michael Snoyman 2017-12-17 13:07:07 +03:00 committed by GitHub
commit 638548be8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -529,7 +529,7 @@ buying bitcoins!
This is where purity steps in. Inside `atomically`, you are not
allowed to perform any side effects outside of STM itself. That means
you can modify `TVar`s, but you can read or write files, print to the
you can modify `TVar`s, but you cannot read or write files, print to the
console, fire the missiles, or place multi million dollar currency
purchases. This may feel like a limitation, but the tradeoff is that
it's perfectly safe for the runtime system to retry your transactions