Skip to content

Commit 2153216

Browse files
committed
Merge pull request #2077 from 91bananas/master
updated mapObject example text in index.html
2 parents bf8e5b5 + e9e084e commit 2153216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ <h2 id="objects">Object Functions</h2>
13791379
_.mapObject({start: 5, end: 12}, function(val, key) {
13801380
return val + 5;
13811381
});
1382-
=&gt; {start: 10, b: 17}
1382+
=&gt; {start: 10, end: 17}
13831383
</pre>
13841384

13851385
<p id="pairs">

0 commit comments

Comments
 (0)