Skip to content

Commit 9a98f97

Browse files
committed
Fix typo in LRP developer documentation
1 parent 98dbf3b commit 9a98f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lrp/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ and writing relevances $R^k$ into the pre-allocated array `Rs`:
161161
```julia
162162
for k in length(model):-1:1
163163
# └─ loop over layers in reverse
164-
lrp!(Rs[k], rules[k], layers[k], modified_layers[i], as[k], Rs[k+1])
164+
lrp!(Rs[k], rules[k], layers[k], modified_layers[k], as[k], Rs[k+1])
165165
# └─ Rᵏ: modified in-place └─ aᵏ └─ Rᵏ⁺¹
166166
end
167167
```

0 commit comments

Comments
 (0)