We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f17557 commit f0819ceCopy full SHA for f0819ce
2 files changed
docs/style-guides/javascript/README.md
@@ -1944,7 +1944,7 @@ Regular expressions are error prone and difficult to understand without thorough
1944
```javascript
1945
/**
1946
* Matches parts of a regular expression string.
1947
-*
+*
1948
* Regular expression: `/^\/((?:\\\/|[^\/])+)\/([imgy]*)$/`
1949
*
1950
* `/^\/`
lib/node_modules/@stdlib/math/base/dists/t/ctor/README.md
@@ -179,7 +179,7 @@ Evaluates the natural logarithm of the [cumulative distribution function][cdf] (
179
var t = new T( 2.0 );
180
181
var y = t.logcdf( 0.5 );
182
-// returns ~-0.405
+// returns ~-0.405
183
```
184
185
#### T.prototype.logpdf( x )
0 commit comments