File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Notice that the returned array has no number bigger than 2 therefore
3434the concurrency level of the block with the ` do_stuff ` was never bigger than 2.
3535
3636``` ruby
37- # runs a block, and returns he observed concurrency level during the execution
37+ # runs a block, and returns the observed concurrency level during the execution
3838def monitor_concurrency_level (concurrency_level , & block )
3939 concurrency_level.increment
4040 block.call
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Notice that the returned array has no number bigger than 2 therefore
3636the concurrency level of the block with the ` do_stuff ` was never bigger than 2.
3737
3838``` ruby
39- # runs a block, and returns he observed concurrency level during the execution
39+ # runs a block, and returns the observed concurrency level during the execution
4040def monitor_concurrency_level (concurrency_level , & block )
4141 concurrency_level.increment
4242 block.call
You can’t perform that action at this time.
0 commit comments