From eda92d4962ce0f5b44c1f443cad70bf4ae82bf1e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 25 Feb 2026 16:59:06 +0100 Subject: [PATCH] Fix a typo in api.md ... at least I assume it is a typo based on the following text in the docstring. --- docs/src/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api.md b/docs/src/api.md index 17005c4..aeebd0d 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -33,7 +33,7 @@ Additionally, one can use [`test_explicit_imports`](@ref) to run _all_ of the te test_explicit_imports ``` -Now let us go over each check in more detail. The first such check is [`check_no_implicit_imports`](@ref) which aims to ensure there are no implicit exports used in the package. +Now let us go over each check in more detail. The first such check is [`check_no_implicit_imports`](@ref) which aims to ensure there are no implicit imports used in the package. ```@docs check_no_implicit_imports