Skip to content

Commit

Permalink
Fix typo in docs (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Jun 4, 2024
1 parent e7f0d0d commit 1786815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adtypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1786815

Please sign in to comment.