Skip to content

Commit

Permalink
Update src/macros.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Bogumił Kamiński <[email protected]>
  • Loading branch information
pdeffebach and bkamins authored Nov 1, 2023
1 parent a0bdcca commit fd16687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ end
Deprecated version of `@attach`, see `?@with` for details.
"""
macro with(d, body)
@warn "`@with is deprecated, use `@with` instead."
@warn "`@with is deprecated, use `@attach` instead."
esc(attach_helper(d, body))
end

Expand Down

0 comments on commit fd16687

Please sign in to comment.