Skip to content

Commit 9f7a3ce

Browse files
DOC - fix typo in intercept tutorial (#319)
Co-authored-by: mathurinm <[email protected]>
1 parent 4b2344c commit 9f7a3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/intercept2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The solvers of `skglm` update the intercept after each update of $beta$ by doing
2828
```
2929

3030
where $L_0$ is the Lipschitz constant associated to the intercept.
31-
The local Lipschitz constant $L_0$ statisfies the following inequality
31+
The local Lipschitz constant $L_0$ satisfies the following inequality
3232

3333
$$
3434
\forall x, x_0 in RR^p times RR, \forall h in RR, |nabla_(x_0) f(x, x_0 + h) - nabla_(x_0) f(x, x_0)| <= L_0 |h| \ .

0 commit comments

Comments
 (0)