Skip to content

Commit 35ce703

Browse files
authored
docs: remove duplicate words in documentation
PR-URL: #9555 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 5571f97 commit 35ce703

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/node_modules/@stdlib/repl/info/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ base.wrap,"\nbase.wrap( v:number, min:number, max:number )\n Wraps a value to
25642564
base.xlog1py,"\nbase.xlog1py( x:number, y:number )\n Computes `x * ln(y+1)` so that the result is `0` if `x = 0`.\n"
25652565
base.xlogy,"\nbase.xlogy( x:number, y:number )\n Computes `x * ln(y)` so that the result is `0` if `x = 0`.\n"
25662566
base.zeta,"\nbase.zeta( s:number )\n Evaluates the Riemann zeta function as a function of a real variable `s`.\n"
2567-
BERNDT_CPS_WAGES_1985,"\nBERNDT_CPS_WAGES_1985()\n Returns a random sample of 534 workers from the Current Population Survey\n (CPS) from 1985, including their wages and and other characteristics.\n"
2567+
BERNDT_CPS_WAGES_1985,"\nBERNDT_CPS_WAGES_1985()\n Returns a random sample of 534 workers from the Current Population Survey\n (CPS) from 1985, including their wages and other characteristics.\n"
25682568
bifurcate,"\nbifurcate( collection:Array|TypedArray|Object, [options:Object,] \n filter:Array|TypedArray|Object )\n Splits values into two groups.\n"
25692569
bifurcateBy,"\nbifurcateBy( collection:Array|TypedArray|Object, [options:Object,] \n predicate:Function )\n Splits values into two groups according to a predicate function.\n"
25702570
bifurcateByAsync,"\nbifurcateByAsync( collection:Array|TypedArray|Object, [options:Object,] \n predicate:Function, done:Function )\n Splits values into two groups according to a predicate function.\n"

lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
<section class="intro">
2828

29-
The [mode][mode] for an [arcsine][arcsine-distribution] random variable with with minimum support `a` and maximum support `b` is
29+
The [mode][mode] for an [arcsine][arcsine-distribution] random variable with minimum support `a` and maximum support `b` is
3030

3131
<!-- <equation class="equation" label="eq:arcsine_mode" align="center" raw="\operatorname{mode}\left( X \right) = \{ a, b \}" alt="Mode for an arcsine distribution."> -->
3232

lib/node_modules/@stdlib/stats/base/dists/arcsine/skewness/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
<section class="intro">
2828

29-
The [skewness][skewness] for an [arcsine][arcsine-distribution] random variable with with minimum support `a` and maximum support `b` is
29+
The [skewness][skewness] for an [arcsine][arcsine-distribution] random variable with minimum support `a` and maximum support `b` is
3030

3131
<!-- <equation class="equation" label="eq:arcsine_skewness" align="center" raw="\operatorname{skew}\left( X \right) = 0" alt="Skewness for an arcsine distribution."> -->
3232

lib/node_modules/@stdlib/stats/base/dists/discrete-uniform/ctor/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function discreteUniformCDF( x ) {
5656
}
5757

5858
/**
59-
* Evaluates the the natural logarithm of the cumulative distribution function (logCDF).
59+
* Evaluates the natural logarithm of the cumulative distribution function (logCDF).
6060
*
6161
* @private
6262
* @param {number} x - input value

lib/node_modules/@stdlib/stats/base/dists/uniform/ctor/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function uniformCDF( x ) {
5757
}
5858

5959
/**
60-
* Evaluates the the natural logarithm of the cumulative distribution function (logCDF).
60+
* Evaluates the natural logarithm of the cumulative distribution function (logCDF).
6161
*
6262
* @private
6363
* @param {number} x - input value

0 commit comments

Comments
 (0)