From 7096128c767bc0b2fd9e9660bb9585da101bd152 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Mon, 21 Sep 2026 03:19:54 -0400 Subject: [PATCH] Fix admonition syntax in docstring admonition names are case sensitive --- src/InverseFunctions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InverseFunctions.jl b/src/InverseFunctions.jl index 51496ac..4cffde1 100644 --- a/src/InverseFunctions.jl +++ b/src/InverseFunctions.jl @@ -22,7 +22,7 @@ The function tests (as a `Test.@testset`) if `kwargs...` are forwarded to `compare`. -!!! Note +!!! note On Julia >= 1.9, you have to load the `Test` standard library to be able to use this function. """