Skip to content

Commit 20c3071

Browse files
committed
code highlight
1 parent 1c02930 commit 20c3071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
someStack.push('abracadabra');
219219
```
220220
221-
- When you need to copy an array use Array#slice. [jsPerf](http://jsperf.com/converting-arguments-to-an-array/7)
221+
- When you need to copy an array use `Array#slice`. [jsPerf](http://jsperf.com/converting-arguments-to-an-array/7)
222222
223223
```javascript
224224
var len = items.length,

0 commit comments

Comments
 (0)