From fb88228564451074053368b57821a315e9fde22d Mon Sep 17 00:00:00 2001 From: Steven Roberts Date: Tue, 20 Aug 2024 14:56:56 -0700 Subject: [PATCH] Update User_callable.rst --- doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst b/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst index 14d45133d1..7d5950fa77 100644 --- a/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst +++ b/doc/arkode/guide/source/Usage/SPRKStep/User_callable.rst @@ -20,7 +20,7 @@ by the user to setup and then solve an IVP using the SPRKStep time-stepping module. The large majority of these routines merely wrap :ref:`underlying ARKODE functions `, and are now deprecated -- each of these are clearly marked. However, some -of these user-callable functions are specific to ERKStep, as explained +of these user-callable functions are specific to SPRKStep, as explained below. As discussed in the main :ref:`ARKODE user-callable function introduction