Skip to content

Commit faffa98

Browse files
committed
Fix broken LaTeX in docstring
1 parent 57a4d1c commit faffa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lrp_rules.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ modify_denominator(r::EpsilonRule, d) = stabilize_denom(d; eps=r.ϵ)
104104
"""
105105
ZBoxRule()
106106
107-
Constructor for LRP-`z^{\\mathcal{B}}``-rule.
107+
Constructor for LRP-``z^{\\mathcal{B}}``-rule.
108108
Commonly used on the first layer for pixel input.
109109
"""
110110
struct ZBoxRule <: AbstractLRPRule end

0 commit comments

Comments
 (0)