Skip to content

Commit 237b6ab

Browse files
Juthosethaxen
andauthored
Further typo fix in ruleconfig.md
Co-authored-by: Seth Axen <seth.axen@gmail.com>
1 parent 387c795 commit 237b6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rule_author/superpowers/ruleconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ struct EnzymeRuleConfig <: RuleConfig{Union{SupportsMutation, HasReverseMode, No
8585
```
8686

8787
Note: you can only depend on the presence of a feature, not its absence.
88-
This means we may need to define features and their complements, when one is not the obvious default (as in the fast of [`HasReverseMode`](@ref)/[`NoReverseMode`](@ref) and [`HasForwardsMode`](@ref)/[`NoForwardsMode`](@ref).).
88+
This means we may need to define features and their complements, when one is not the obvious default (as in the case of [`HasReverseMode`](@ref)/[`NoReverseMode`](@ref) and [`HasForwardsMode`](@ref)/[`NoForwardsMode`](@ref).).
8989

9090

9191
Such special properties generally should only be defined in `ChainRulesCore`.

0 commit comments

Comments
 (0)