Skip to content

Commit ebfe4c1

Browse files
authored
fix typo in commentr
1 parent b7f5b0a commit ebfe4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChainRulesTestUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function __init__()
3030
@eval Test scrub_backtrace(bt, file_ts, file_t) = bt # make it do nothing
3131
end
3232
catch err
33-
@warn "Failed to monkey=patch scrub_backtrace. Code is functional but stacktraces may be less useful" exception=(err, catch_backtrace())
33+
@warn "Failed to monkey-patch scrub_backtrace. Code is functional but stacktraces may be less useful" exception=(err, catch_backtrace())
3434
end
3535
end
3636

0 commit comments

Comments
 (0)