diff --git a/src/koans/16_atoms.clj b/src/koans/16_atoms.clj index 606629f..cd48a10 100644 --- a/src/koans/16_atoms.clj +++ b/src/koans/16_atoms.clj @@ -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)))