From 5c27ca25ccd4219444560e2652c2e483dff6e039 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Thu, 9 Jan 2014 01:14:08 +0000 Subject: [PATCH] Minor grammar fix --- src/koans/16_atoms.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))