Skip to content

Commit ec1e309

Browse files
committed
Docstring update
1 parent 2e63a13 commit ec1e309

File tree

1 file changed

+1
-2
lines changed
  • lib/SimpleNonlinearSolve/src/bracketing

1 file changed

+1
-2
lines changed

lib/SimpleNonlinearSolve/src/bracketing/itp.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ The following keyword parameters are accepted.
2828
### Computation of κ₁
2929
3030
In the current implementation, we compute κ₁ = scaled_κ₁·|Δx₀|^(1 - κ₂); this allows κ₁ to
31-
adapt to the dimension of the problem in order to keep the proposed initial step
32-
proportional to Δx₀.
31+
adapt to the length of the interval and keep the proposed steps proportional to Δx.
3332
3433
### Worst Case Performance
3534

0 commit comments

Comments
 (0)