Skip to content

Commit 11fc86c

Browse files
888krishnamPraverBajaj
authored andcommitted
style: fix lint errors
PR-URL: stdlib-js#5416 Closes: stdlib-js#5398 Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Gunj Joshi <[email protected]>
1 parent 39a7c08 commit 11fc86c

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

Lines changed: 2 additions & 2 deletions
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)