Skip to content

Commit

Permalink
More idiomatic keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
dsouth committed Sep 23, 2011
1 parent ca75144 commit 5e1fe2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/koans/conditionals.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

"You may have a multitude of possible paths"
(let [x 5]
(= :your_road (cond (= x __) :road_not_taken
(= x __) :another_road_not_taken
(= :your-road (cond (= x __) :road-not-taken
(= x __) :another-road-not-taken
:else __)))

"Or your fate may be sealed"
Expand Down
2 changes: 1 addition & 1 deletion src/path_to_answer_sheet.clj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
[]
nil
:glory
4 6 :your_road
4 6 :your-road
''doom 0
:cocked-pistol
:say-what?]}
Expand Down

0 comments on commit 5e1fe2f

Please sign in to comment.