Skip to content

Commit 207516c

Browse files
authored
Update lib/elixir/lib/regex.ex
1 parent 6351efd commit 207516c

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
@@ -457,7 +457,7 @@ defmodule Regex do
457457
458458
"""
459459
@doc since: "1.19.0"
460-
@spec to_embed(t, [strict: boolean()]) :: String.t()
460+
@spec to_embed(t, strict: boolean()) :: String.t()
461461
def to_embed(%Regex{source: source, opts: regex_opts}, embed_opts \\ []) do
462462
strict = Keyword.get(embed_opts, :strict, true)
463463

0 commit comments

Comments
 (0)