Skip to content

Commit 8692575

Browse files
committed
Merge pull request #2097 from emmanne08/master
Corrected the parameter name for mapObject within the index documentation
2 parents cb08fdc + 5301658 commit 8692575

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
@@ -1370,7 +1370,7 @@ <h2 id="objects">Object Functions</h2>
13701370
</pre>
13711371

13721372
<p id="mapObject">
1373-
<b class="header">mapObject</b><code>_.mapObject(array, iteratee, [context])</code>
1373+
<b class="header">mapObject</b><code>_.mapObject(object, iteratee, [context])</code>
13741374
<br />
13751375
Like <a href="#map">map</a>, but for objects. Transform the value
13761376
of each property in turn.

0 commit comments

Comments
 (0)