Skip to content

Commit 5d8a05b

Browse files
typo
1 parent 0c0ab2a commit 5d8a05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/LogExpFunctionsInverseFunctionsExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ InverseFunctions.inverse(::typeof(logitexp)) = loglogistic
2222
InverseFunctions.inverse(::typeof(log1mlogistic)) = logit1mexp
2323
InverseFunctions.inverse(::typeof(logit1mexp)) = log1mlogistic
2424

25-
InverseFunctions.inverse(::typeof(softplus)) = invsofplus
26-
InverseFunctions.inverse(::typeof(invsofplus)) = softplus
25+
InverseFunctions.inverse(::typeof(softplus)) = invsoftplus
26+
InverseFunctions.inverse(::typeof(invsoftplus)) = softplus
2727

2828
end # module

0 commit comments

Comments
 (0)