Merge pull request #66 from ChrisCummins/grammar-fix

Minor grammar fix
This commit is contained in:
Colin Jones 2014-01-09 03:36:11 -08:00
commit 40505491f8

View File

@ -24,7 +24,7 @@
(compare-and-set! atomic-clock 100 :fin)
@atomic-clock))
"When your expectations are aligned with reality things, proceed that way"
"When your expectations are aligned with reality, things proceed that way"
(= :fin (do
(compare-and-set! __ __ __)
@atomic-clock)))