Skip to content

Commit 278ec58

Browse files
committed
Fix variable type
Following the README doesn't work unless `pool` is replaced with `financial`.
1 parent c9505aa commit 278ec58

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)