Skip to content

Commit 9c0f08e

Browse files
authored
Merge pull request #416 from niklasschmitz/patch-1
Update config.md
2 parents 424a0b7 + 9a09a0a commit 9c0f08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Such a thing would look like:
9090
struct SupportsMutation end
9191

9292
function rrule(
93-
::RuleConfig{>:SupportsMutatation}, typeof(push!), x::Vector
93+
::RuleConfig{>:SupportsMutation}, typeof(push!), x::Vector
9494
)
9595
y = push!(x)
9696

0 commit comments

Comments
 (0)