Skip to content

Commit 57d3098

Browse files
committed
Fix since in doc for E regex modifier (#14909)
1 parent 427d21e commit 57d3098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/regex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defmodule Regex do
101101
* `:ungreedy` (U) - inverts the "greediness" of the regexp
102102
(the previous `r` option is deprecated in favor of `U`)
103103
104-
* `:export` (E) (since Elixir 1.20) - uses an exported pattern
104+
* `:export` (E) (since Elixir 1.19.3) - uses an exported pattern
105105
which can be shared across nodes or through config, at the cost of a runtime
106106
overhead every time to re-import it every time it is executed.
107107
This modifier only has an effect starting on Erlang/OTP 28, and it is ignored

0 commit comments

Comments
 (0)