Skip to content

Commit 0d183cd

Browse files
Fix typos
1 parent 6723bcd commit 0d183cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ChainRules.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ include("rulesets/LinearAlgebra/dense.jl")
3535
include("rulesets/LinearAlgebra/structured.jl")
3636
include("rulesets/LinearAlgebra/factorization.jl")
3737

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.
4141
function __init__()
4242
@require NaNMath="77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" begin
4343
include("rulesets/packages/NaNMath.jl")
@@ -46,7 +46,7 @@ function __init__()
4646

4747
@require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
4848
include("rulesets/packages/SpecialFunctions.jl")
49-
using .SpecialFunctionGlue
49+
using .SpecialFunctionsGlue
5050
end
5151
end
5252

0 commit comments

Comments
 (0)