Skip to content

Commit 416ba3b

Browse files
oxinaboxmzgubic
andauthored
last few renames
Co-authored-by: Miha Zgubic <[email protected]>
1 parent 941fd55 commit 416ba3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Rule configurations and calling back into AD](@id config)
22

33
[`RuleConfig`](@ref) is a method for making rules conditionally defined based on the presence of certain features in the AD system.
4-
Once key such feature is the ability to perform AD either in forwards or reverse mode or both.
4+
One key such feature is the ability to perform AD either in forwards or reverse mode or both.
55

66
This is done with a trait-like system (not Holy Traits), where the `RuleConfig` has a union of types as its only type-parameter.
77
Where each type represents a particular special feature of this AD.
@@ -70,7 +70,7 @@ end
7070

7171
## Writing rules that depend on other special requirements of the AD.
7272

73-
The `>:CanReverseMode` and `>:CanForwardsMode` are two examples of special properties that a `RuleConfig` could allow.
73+
The `>:HasReverseMode` and `>:HasForwardsMode` are two examples of special properties that a `RuleConfig` could allow.
7474
Others could also exist, but right now they are the only two.
7575
It is likely that in the future such will be provided for e.g. mutation support.
7676

0 commit comments

Comments
 (0)