Skip to content

Commit

Permalink
fix typo in commentr
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 2, 2023
1 parent b7f5b0a commit ebfe4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChainRulesTestUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function __init__()
@eval Test scrub_backtrace(bt, file_ts, file_t) = bt # make it do nothing
end
catch err
@warn "Failed to monkey=patch scrub_backtrace. Code is functional but stacktraces may be less useful" exception=(err, catch_backtrace())
@warn "Failed to monkey-patch scrub_backtrace. Code is functional but stacktraces may be less useful" exception=(err, catch_backtrace())
end
end

Expand Down

0 comments on commit ebfe4c1

Please sign in to comment.