Skip to content

Commit 2bd92b9

Browse files
authored
docs(bradford): update readme to fix typo
PR-URL: #5929 Closes: #5892 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 6010275 commit 2bd92b9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bradford/pdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bradford/pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ y = pdf( 0.0, NaN );
7878
// returns NaN
7979
```
8080

81-
If provided a `x` outside the support `[0,1]`, the function returns `0`.
81+
If provided an `x` value which is outside the support `[0,1]`, the function returns `0`.
8282

8383
```javascript
8484
var y = pdf( 2.0, 1.0 );

0 commit comments

Comments
 (0)