Skip to content

Commit 116ecaa

Browse files
authored
Update lib/elixir/lib/kernel.ex
1 parent 0f170f9 commit 116ecaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3738,7 +3738,7 @@ defmodule Kernel do
37383738
case :erlang.system_info(:otp_release) < [?2, ?8] do
37393739
true -> do_at_escape(name, regex)
37403740
false -> quote(do: Regex.compile!(unquote(source), unquote(opts)))
3741-
end
3741+
end
37423742

37433743
value ->
37443744
do_at_escape(name, value)

0 commit comments

Comments
 (0)