Skip to content

Commit fffd747

Browse files
committed
Merge pull request #4 from zph/master
Fix variable typo
2 parents c9505aa + 278ec58 commit fffd747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

md/actor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ pool.each{|actor| overlord.add_worker(actor)}
268268

269269
overlord.run!
270270

271-
pool.post('YAHOO')
271+
financial.post('YAHOO')
272272

273273
#>> [2013-10-18 09:35:28 -0400] SENT 'YAHOO' from main to worker pool
274274
#>> [2013-10-18 09:35:28 -0400] RECEIVED 'YAHOO' to #<FinanceActor:0x0000010331af70>...

0 commit comments

Comments
 (0)