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
34
34
the concurrency level of the block with the ` do_stuff ` was never bigger than 2.
35
35
36
36
``` 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
38
38
def monitor_concurrency_level (concurrency_level , & block )
39
39
concurrency_level.increment
40
40
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
36
36
the concurrency level of the block with the ` do_stuff ` was never bigger than 2.
37
37
38
38
``` 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
40
40
def monitor_concurrency_level (concurrency_level , & block )
41
41
concurrency_level.increment
42
42
block.call
You can’t perform that action at this time.
0 commit comments