Skip to content

Commit

Permalink
rename variable for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsai committed Aug 6, 2011
1 parent d17bba0 commit 4349d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actor.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
(assoc actor-content :state new-state)))

(defn send [actor & xs]
(let [sender *agent*]
(send-off actor apply-msg-fn xs sender)
(let [self *agent*]
(send-off actor apply-msg-fn xs self)
nil))

(def println-actor (actor
Expand Down

0 comments on commit 4349d64

Please sign in to comment.