From a780c5338768f604a3b8191eb9c14fa3fa4be0de Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Tue, 11 Aug 2026 13:47:13 -0700 Subject: [PATCH] README: Fix a typo that causes a syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9cf1009..1874b063b 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ invocations below: ```fortran #include "julienne-assertion-macros.h" program main - use, julienne_m, only : call_julienne_assert_ + use julienne_m, only : call_julienne_assert_ ! also required implicit none real, parameter :: x=1., y=2., tolerance=3. call_julienne_assert(x .approximates. y .within. tolerance)