Skip to content

Commit 4050549

Browse files
committed
Merge pull request #66 from ChrisCummins/grammar-fix
Minor grammar fix
2 parents 0675850 + 5c27ca2 commit 4050549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/koans/16_atoms.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(compare-and-set! atomic-clock 100 :fin)
2525
@atomic-clock))
2626

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

0 commit comments

Comments
 (0)