Skip to content

Commit 78d3c19

Browse files
committed
Fix each_with_index vs while loop link
1 parent 7e36bb5 commit 78d3c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Comparison:
197197
For loop: 198517.3 i/s - 1.05x slower
198198
```
199199

200-
##### `Enumerable#each_with_index` vs `while` loop [code](code/array/each_with_index-vs-while-loop.rb)
200+
##### `Enumerable#each_with_index` vs `while` loop [code](code/enumerable/each_with_index-vs-while-loop.rb)
201201

202202
> [rails/rails#12065](https://github.com/rails/rails/pull/12065)
203203

0 commit comments

Comments
 (0)