From 4fd9f76c16fbe14a6e0f5a2fddf3e8e931b71724 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Tue, 20 Aug 2024 20:08:16 -0400 Subject: [PATCH] fixed haddock header in `Abacus.Intenal` module --- src/Abacus/Internal.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Abacus/Internal.hs b/src/Abacus/Internal.hs index 0343517..75f45ed 100644 --- a/src/Abacus/Internal.hs +++ b/src/Abacus/Internal.hs @@ -22,9 +22,9 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . -# Important Note +IMPORTANT NOTE -This module should only be imported directl by the Abacus module and +This module should only be imported directly by the Abacus module and the testing suite. Anything contained herein should be considered subject to change without notice.