Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit d7bb003

Browse files
committed
docs(element): fix error with usage example
1 parent 502eb4f commit d7bb003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/element.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ ElementArrayFinder.prototype.map = function(mapFn) {
544544
* return elem.getText().then(function(text) {
545545
* return acc + text + ' ';
546546
* });
547-
* });
547+
* }, '');
548548
*
549549
* expect(value).toEqual('First Second Third ');
550550
*

0 commit comments

Comments
 (0)