Skip to content

Commit

Permalink
Fix "pseudo" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Apr 15, 2019
1 parent d30993f commit cffc7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Return `Δ + rule(args...)` evaluated in a manner that supports ChainRules'
various `AbstractDifferential` types.
This method intended to be customizable for specific rules/input types. For
example, here is psuedocode to overload `accumulate` w.r.t. a specific forward
example, here is pseudocode to overload `accumulate` w.r.t. a specific forward
differentiation rule for a given function `f`:
```
Expand Down

0 comments on commit cffc7ba

Please sign in to comment.