File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ include("rulesets/LinearAlgebra/dense.jl")
35
35
include (" rulesets/LinearAlgebra/structured.jl" )
36
36
include (" rulesets/LinearAlgebra/factorization.jl" )
37
37
38
- # Note: The following is only required because package authors do not use
39
- # declare their own rules using ChainRulesCore. For arguably good reasons.
40
- # so we define them here for them.
38
+ # Note: The following is only required because package authors sometimes do not
39
+ # declare their own rules using ` ChainRulesCore.jl` . For arguably good reasons.
40
+ # So we define them here for them.
41
41
function __init__ ()
42
42
@require NaNMath= " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" begin
43
43
include (" rulesets/packages/NaNMath.jl" )
@@ -46,7 +46,7 @@ function __init__()
46
46
47
47
@require SpecialFunctions= " 276daf66-3868-5448-9aa4-cd146d93841b" begin
48
48
include (" rulesets/packages/SpecialFunctions.jl" )
49
- using . SpecialFunctionGlue
49
+ using . SpecialFunctionsGlue
50
50
end
51
51
end
52
52
You can’t perform that action at this time.
0 commit comments