From cdfe16c1d174992e5c9638268512d04d6e155cd3 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Tue, 17 Oct 2023 14:29:00 -0400 Subject: [PATCH] fix name change --- docs/src/api/simplenonlinearsolve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/simplenonlinearsolve.md b/docs/src/api/simplenonlinearsolve.md index 213b3b813..e71aacc1a 100644 --- a/docs/src/api/simplenonlinearsolve.md +++ b/docs/src/api/simplenonlinearsolve.md @@ -23,7 +23,7 @@ These methods are suited for any general nonlinear root-finding problem , i.e. ` ```@docs SimpleNewtonRaphson Broyden -Halley +SimpleHalley Klement SimpleTrustRegion SimpleDFSane