From 4c490eff49f63f136daa6f4bfc1c0502651d544b Mon Sep 17 00:00:00 2001
From: adrhill <adrian.hill@mailbox.org>
Date: Tue, 4 Jun 2024 18:43:38 +0200
Subject: [PATCH] Fix typo in docs

---
 src/adtypes.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/adtypes.jl b/src/adtypes.jl
index 0339fbf3..90d7145d 100644
--- a/src/adtypes.jl
+++ b/src/adtypes.jl
@@ -4,7 +4,7 @@
 Singleton struct for integration with the sparsity detection framework of [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
 
 Computes global sparsity patterns over the entire input domain.
-For local sparsity patterns at a specific input point, use [`TracerSparsityDetector`](@ref).
+For local sparsity patterns at a specific input point, use [`TracerLocalSparsityDetector`](@ref).
 
 # Example