Skip to content

Commit

Permalink
full fix for #7
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed May 22, 2012
1 parent 23f07ac commit 57d922a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch03-collections-repl-interactions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ b
path (->> theseus
(ariadne-zip labyrinth)
(iterate z/next)
(filter #(= minotaur (first (z/node %))))
(filter #(= minotaur (second (z/node %)))) ; erratum: replaced first by second
first full-path rest)] ; erratum: replaced z/path by full-path
(draw w h walls path))

Expand Down

0 comments on commit 57d922a

Please sign in to comment.