From 49e960e40451cfbb9b2e6d93feaf53c166d63bac Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Wed, 19 Jul 2023 06:06:32 -0700 Subject: [PATCH] fix typo --- .../guide/source/Usage/SPRKStep_c_interface/User_callable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arkode/guide/source/Usage/SPRKStep_c_interface/User_callable.rst b/doc/arkode/guide/source/Usage/SPRKStep_c_interface/User_callable.rst index 83f8ef1ee3..1450ea2c64 100644 --- a/doc/arkode/guide/source/Usage/SPRKStep_c_interface/User_callable.rst +++ b/doc/arkode/guide/source/Usage/SPRKStep_c_interface/User_callable.rst @@ -376,7 +376,7 @@ Optional inputs for SPRKStep :math:`q-1` and the input *degree*, for :math:`q > 1` where :math:`q` is the order of accuracy for the time integration method. - When , `q = 1` a linear interpolant is the default to ensure values + When `q = 1`, a linear interpolant is the default to ensure values obtained by the integrator are returned at the ends of the time interval.