Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrown committed Mar 6, 2012
1 parent 0836b24 commit 94a1126
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 94a1126

Please sign in to comment.