Skip to content

Commit fab250c

Browse files
authored
style: fix lint errors
PR-URL: #5416 Closes: #5398 Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Gunj Joshi <[email protected]>
1 parent cdcb256 commit fab250c

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/logit

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/logit/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The [logit][logit] function is defined as the logarithm of the odds `p / (1-p)`;
3939

4040
<!-- </equation> -->
4141

42-
The [logit][logit] function is the inverse of the [standard logistic][standard-logistic] function, sometimes also called the sigmoid function.
42+
The [logit][logit] function is the inverse of the [standard logistic][standard-logistic] function, sometimes also called the sigmoid function.
4343

4444
</section>
4545

@@ -145,7 +145,7 @@ The function accepts the following arguments:
145145
- **p**: `[in] double` input value.
146146

147147
```c
148-
double stdlib_base_logit( const double p );
148+
double stdlib_base_logit( const double p );
149149
```
150150
151151
</section>

0 commit comments

Comments
 (0)