From 9bb63c0c057e0592962a2da49a8499ba7029707a Mon Sep 17 00:00:00 2001 From: Steven Roberts Date: Tue, 10 Sep 2024 16:09:58 -0700 Subject: [PATCH] Fix typos in changelog --- CHANGELOG.md | 2 +- doc/shared/RecentChanges.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c05ff67e80..db216cfcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ Removed error floors from the SUNAdaptController implementations which could unnecessarily limit the time size growth, particularly after the first step. On the first two time steps, the Soderlind controller uses an I controller -instead omitting unavailable terms. +instead of omitting unavailable terms. Fixed the loading of ARKStep's default first order explicit method. diff --git a/doc/shared/RecentChanges.rst b/doc/shared/RecentChanges.rst index cd930d1c2f..6b935c5dd5 100644 --- a/doc/shared/RecentChanges.rst +++ b/doc/shared/RecentChanges.rst @@ -49,7 +49,7 @@ unnecessarily limit the time size growth, particularly after the first step. On the first two time steps, the :ref:`Soderlind controller ` uses an I controller -instead omitting unavailable terms. +instead of omitting unavailable terms. Fixed the loading of ARKStep's default first order explicit method.