Skip to content

Commit b5da487

Browse files
linchusJuanitoFatas
authored andcommitted
Fix typos in url [ci skip]
Closes #37.
1 parent b14cee5 commit b5da487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Comparison:
158158
Array#shuffle.first: 304341.1 i/s - 18.82x slower
159159
```
160160

161-
##### `Array#[](0)` vs `Array#first` [code](code/array/array_first-vs-index.rb)
161+
##### `Array#[](0)` vs `Array#first` [code](code/array/array-first-vs-index.rb)
162162

163163
```
164164
$ ruby -v code/array/array-first-vs-index.rb
@@ -176,7 +176,7 @@ Comparison:
176176
Array#first: 7464526.6 i/s - 1.15x slower
177177
```
178178

179-
##### `Array#[](-1)` vs `Array#last` [code](code/array/array_last-vs-index.rb)
179+
##### `Array#[](-1)` vs `Array#last` [code](code/array/array-last-vs-index.rb)
180180

181181
```
182182
$ ruby -v code/array/array-last-vs-index.rb

0 commit comments

Comments
 (0)