We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 424a0b7 + 9a09a0a commit 9c0f08eCopy full SHA for 9c0f08e
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