Skip to content

Commit 8ec9e20

Browse files
authored
Fix typo (#597)
1 parent 63907de commit 8ec9e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function frule((Δself, Δargs...), ::typeof(foo), args...; kwargs...)
8888
end
8989
```
9090
where `y = foo(args; kwargs...)` is the primal output, and `∂Y` is the result of propagating the input tangents `Δself`, `Δargs...` forwards at the point in the domain of `foo` described by `args`.
91-
This propagation is call the pushforward.
91+
This propagation is called the pushforward.
9292
Often we will think of the `frule` as having the primal computation `y = foo(args...; kwargs...)`, and the pushforward `∂Y = pushforward(Δself, Δargs...)`,
9393
even though they are not present in seperate forms in the code.
9494

0 commit comments

Comments
 (0)