Skip to content

Commit

Permalink
Update lib/elixir/lib/exception.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jan 27, 2025
1 parent cfd64aa commit a216f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/exception.ex
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ defmodule Exception do
defp rewrite_arg(arg) do
Macro.prewalk(arg, fn
{:%{}, meta, [__struct__: Range, first: first, last: last, step: step]} ->
{:"..//", meta, [first, last, step]}
{:..//, meta, [first, last, step]}

other ->
other
Expand Down

0 comments on commit a216f0f

Please # to comment.