Skip to content

Commit 1786815

Browse files
authored
Fix typo in docs (#117)
1 parent e7f0d0d commit 1786815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adtypes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Singleton struct for integration with the sparsity detection framework of [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
55
66
Computes global sparsity patterns over the entire input domain.
7-
For local sparsity patterns at a specific input point, use [`TracerSparsityDetector`](@ref).
7+
For local sparsity patterns at a specific input point, use [`TracerLocalSparsityDetector`](@ref).
88
99
# Example
1010

0 commit comments

Comments
 (0)