We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424a0b7 commit 9a09a0aCopy full SHA for 9a09a0a
1 file changed
docs/src/config.md
@@ -90,7 +90,7 @@ Such a thing would look like:
90
struct SupportsMutation end
91
92
function rrule(
93
- ::RuleConfig{>:SupportsMutatation}, typeof(push!), x::Vector
+ ::RuleConfig{>:SupportsMutation}, typeof(push!), x::Vector
94
)
95
y = push!(x)
96
0 commit comments