We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14cee5 commit b5da487Copy full SHA for b5da487
README.md
@@ -158,7 +158,7 @@ Comparison:
158
Array#shuffle.first: 304341.1 i/s - 18.82x slower
159
```
160
161
-##### `Array#[](0)` vs `Array#first` [code](code/array/array_first-vs-index.rb)
+##### `Array#[](0)` vs `Array#first` [code](code/array/array-first-vs-index.rb)
162
163
164
$ ruby -v code/array/array-first-vs-index.rb
@@ -176,7 +176,7 @@ Comparison:
176
Array#first: 7464526.6 i/s - 1.15x slower
177
178
179
-##### `Array#[](-1)` vs `Array#last` [code](code/array/array_last-vs-index.rb)
+##### `Array#[](-1)` vs `Array#last` [code](code/array/array-last-vs-index.rb)
180
181
182
$ ruby -v code/array/array-last-vs-index.rb
0 commit comments