Skip to content

Commit

Permalink
Merge pull request eventmachine#304 from jbrown/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
tmm1 committed Mar 6, 2012
2 parents 0836b24 + 94a1126 commit cc9a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em/threaded_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module EventMachine
#
# # If we don't care about the result:
# pool.perform do |dispatcher|
# # The following blcok executes inside a dedicated thread, and should not
# # The following block executes inside a dedicated thread, and should not
# # access EventMachine things:
# dispatcher.dispatch do |cassandra|
# cassandra.insert(:Things, '10', 'stuff' => 'things')
Expand Down

0 comments on commit cc9a3ad

Please sign in to comment.