Skip to content

Commit b6605fe

Browse files
committed
Fix return annotation description
1 parent b592925 commit b6605fe

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

lib/node_modules/@stdlib/random/base/arcsine/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/bernoulli/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/beta/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/betaprime/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/chi/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/chisquare/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/cosine/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/erlang/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/exponential/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/gamma/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/geometric/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/gumbel/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/invgamma/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/kumaraswamy/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/laplace/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/levy/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/logistic/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/normal/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/pareto-type1/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/poisson/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/rayleigh/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/t/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/uniform/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

lib/node_modules/@stdlib/random/base/weibull/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ interface PRNG {
8989
/**
9090
* Serializes the pseudorandom number generator as a JSON object.
9191
*
92-
* @returns out - JSON representation
92+
* @returns JSON representation
9393
*/
9494
toJSON(): string;
9595
}

0 commit comments

Comments
 (0)