Skip to content

Commit bfc02a1

Browse files
fix docstring (#36)
1 parent 6895d6e commit bfc02a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/link_functions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function jacobian_link end
2424
"""
2525
IdentityLink <: Link
2626
27-
Define the map ``\\tilde{f} = f`` where ``\\tilde{f} \\in \\mathbb{R}`` and ``\\tilde{f} \\in \\mathbb{R}``
27+
Define the map ``\\tilde{f} = f`` where ``f \\in \\mathbb{R}`` and ``\\tilde{f} \\in \\mathbb{R}``
2828
"""
2929
struct IdentityLink <: Link end
3030

@@ -48,4 +48,4 @@ struct LogitLink <: Link end
4848
const LINKS = [
4949
IdentityLink;
5050
LogLink
51-
]
51+
]

0 commit comments

Comments
 (0)