Skip to content

Commit dccbf40

Browse files
committed
Add missing article
1 parent e79061d commit dccbf40

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/doubly-linked-list

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/doubly-linked-list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The method supports the following insertion locations:
131131
- `'before'`: insert a `value` into the list **before** a provided list `node`.
132132
- `'after'`: insert a `value` into the list **after** a provided list `node`.
133133

134-
By default, the method inserts a `value` into the list **after** a provided list `node`. To insert a value **before** a provided list `node`, invoke the method with `location` argument equal to `'before'`.
134+
By default, the method inserts a `value` into the list **after** a provided list `node`. To insert a value **before** a provided list `node`, invoke the method with the `location` argument equal to `'before'`.
135135

136136
```javascript
137137
var list = doublyLinkedList();

0 commit comments

Comments
 (0)