Skip to content

Commit f0819ce

Browse files
committed
Remove trailing spaces
1 parent 1f17557 commit f0819ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/style-guides/javascript
  • lib/node_modules/@stdlib/math/base/dists/t/ctor

docs/style-guides/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ Regular expressions are error prone and difficult to understand without thorough
19441944
```javascript
19451945
/**
19461946
* Matches parts of a regular expression string.
1947-
*
1947+
*
19481948
* Regular expression: `/^\/((?:\\\/|[^\/])+)\/([imgy]*)$/`
19491949
*
19501950
* `/^\/`

lib/node_modules/@stdlib/math/base/dists/t/ctor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Evaluates the natural logarithm of the [cumulative distribution function][cdf] (
179179
var t = new T( 2.0 );
180180

181181
var y = t.logcdf( 0.5 );
182-
// returns ~-0.405
182+
// returns ~-0.405
183183
```
184184

185185
#### T.prototype.logpdf( x )

0 commit comments

Comments
 (0)