Skip to content

Commit b7ba2c7

Browse files
Update docs/src/solvers/FixedPointSolvers.md
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
1 parent 89855a4 commit b7ba2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/FixedPointSolvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Fixed Point Solvers
22

33
Currently we don't have an API to directly specify Fixed Point Solvers. However, a Fixed
4-
Point Problem can be triviall converted to a Root Finding Problem. Say we want to solve:
4+
Point Problem can be trivially converted to a Root Finding Problem. Say we want to solve:
55

66
```math
77
f(u) = u

0 commit comments

Comments
 (0)