Skip to content

Commit

Permalink
Fix minor description errata
Browse files Browse the repository at this point in the history
  • Loading branch information
igncp committed Aug 26, 2015
1 parent 9518e59 commit 8b44a13
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions 0.10/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -6228,7 +6228,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -6332,7 +6332,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions 0.11/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4441,7 +4441,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -6568,7 +6568,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -6676,7 +6676,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions 0.12/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4712,7 +4712,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -6868,7 +6868,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -6976,7 +6976,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions 0.13/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4713,7 +4713,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -6907,7 +6907,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -7015,7 +7015,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions 0.14/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4897,7 +4897,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -7190,7 +7190,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -7298,7 +7298,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions 0.15/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5064,7 +5064,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -7383,7 +7383,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -7495,7 +7495,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion 0.16/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7545,7 +7545,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion 0.17/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7658,7 +7658,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions 0.9/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4333,7 +4333,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>forEach</code>, but but passes additional parameters to the predicate function.</p>
<div class="description"><p>Like <code>forEach</code>, but passes additional parameters to the predicate function.</p>
<p><code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.forEachIndexed</code> does not skip deleted or unassigned indices (sparse arrays),
unlike the native <code>Array.prototype.forEach</code> method. For more details on this behavior,
Expand Down Expand Up @@ -6359,7 +6359,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>map</code>, but but passes additional parameters to the mapping function.
<div class="description"><p>Like <code>map</code>, but passes additional parameters to the mapping function.
<code>fn</code> receives three arguments: <em>(value, index, list)</em>.</p>
<p>Note: <code>R.mapIndexed</code> does not skip deleted or unassigned indices (sparse arrays), unlike
the native <code>Array.prototype.map</code> method. For more details on this behavior, see:
Expand Down Expand Up @@ -6463,7 +6463,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7646,7 +7646,7 @@ <h2>
</div>
</div>

<div class="description"><p>Like <code>mapObj</code>, but but passes additional arguments to the predicate function. The
<div class="description"><p>Like <code>mapObj</code>, but passes additional arguments to the predicate function. The
predicate function is passed three arguments: <em>(value, key, obj)</em>.</p>
</div>

Expand Down

0 comments on commit 8b44a13

Please sign in to comment.